Apparently we forgot to include <limits.h>

[SVN r32397]
This commit is contained in:
John Maddock
2006-01-24 17:23:54 +00:00
committed by Glen Fernandes
parent 6e0823298a
commit 6c81172a0e

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