forked from boostorg/integer
Apparently we forgot to include <limits.h>
[SVN r32397]
This commit is contained in:
@ -173,6 +173,7 @@ namespace boost {
|
|||||||
#else // BOOST_HAS_STDINT_H
|
#else // BOOST_HAS_STDINT_H
|
||||||
|
|
||||||
# include <boost/limits.hpp> // implementation artifact; not part of interface
|
# include <boost/limits.hpp> // implementation artifact; not part of interface
|
||||||
|
# include <limits.h> // needed for limits macros
|
||||||
|
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
|
Reference in New Issue
Block a user