Skip to content

Commit

Permalink
fix safe_format includes (#114)
Browse files Browse the repository at this point in the history
std::numeric_limits requires <limits>

Co-authored-by: hgkjshegfskef <hgkjshegfskef@protonmail.com>
  • Loading branch information
hgkjshegfskef and hgkjshegfskef authored Jun 7, 2022
1 parent 21a342e commit 13ca3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/safe_format.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#include <ostream>
#include <typeinfo>
#include <limits>

#include <boost/core/demangle.hpp>
#include <boost/safe_numerics/safe_common.hpp>
Expand Down

0 comments on commit 13ca3d6

Please sign in to comment.