From c30c8c281a5e46d94216f112c8cfdf4c1793ce31 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 24 Jan 2006 17:27:10 +0000 Subject: [PATCH] Appararently we need to include (for gcc-2.95.3) [SVN r32400] --- include/boost/regex/pending/unicode_iterator.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/regex/pending/unicode_iterator.hpp b/include/boost/regex/pending/unicode_iterator.hpp index 330fd05e..14196c0a 100644 --- a/include/boost/regex/pending/unicode_iterator.hpp +++ b/include/boost/regex/pending/unicode_iterator.hpp @@ -69,6 +69,7 @@ Accepts UTF-32 code points and forwards them on as UTF-16 code points. #ifndef BOOST_NO_STD_LOCALE #include #endif +#include // CHAR_BIT namespace boost{ @@ -687,3 +688,4 @@ private: } // namespace boost #endif // BOOST_REGEX_UNICODE_ITERATOR_HPP +