Appararently we need to include <limits.h> (for gcc-2.95.3)

[SVN r32400]
This commit is contained in:
John Maddock
2006-01-24 17:27:10 +00:00
parent 3f923f1f23
commit c30c8c281a

View File

@ -69,6 +69,7 @@ Accepts UTF-32 code points and forwards them on as UTF-16 code points.
#ifndef BOOST_NO_STD_LOCALE
#include <sstream>
#endif
#include <limits.h> // CHAR_BIT
namespace boost{
@ -687,3 +688,4 @@ private:
} // namespace boost
#endif // BOOST_REGEX_UNICODE_ITERATOR_HPP