Apparently we forgot to include <limits.h>

[SVN r32397]
This commit is contained in:
John Maddock
2006-01-24 17:23:54 +00:00
parent 37d7590f2f
commit d9f5b1bbf9

View File

@ -173,6 +173,7 @@ namespace boost {
#else // BOOST_HAS_STDINT_H
# include <boost/limits.hpp> // implementation artifact; not part of interface
# include <limits.h> // needed for limits macros
namespace boost