Skip to content

Commit

Permalink
Use of std::numeric_limits requires including <limits>
Browse files Browse the repository at this point in the history
  • Loading branch information
chadaustin committed Jan 26, 2022
1 parent fededad commit 2cf2150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cpptoml.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <cstdint>
#include <cstring>
#include <fstream>
#include <limits>
#include <iomanip>
#include <map>
#include <memory>
Expand Down

0 comments on commit 2cf2150

Please sign in to comment.