From 37040f4bfd939b4e8ca1f6b1eb685beed36e257e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 23 Jan 2008 16:08:44 +0000 Subject: [PATCH] Applies fix for issue #1598: added missing #include. [SVN r42929] --- include/boost/regex/pending/unicode_iterator.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/regex/pending/unicode_iterator.hpp b/include/boost/regex/pending/unicode_iterator.hpp index 14196c0a..657ca0a4 100644 --- a/include/boost/regex/pending/unicode_iterator.hpp +++ b/include/boost/regex/pending/unicode_iterator.hpp @@ -68,6 +68,7 @@ Accepts UTF-32 code points and forwards them on as UTF-16 code points. #include #ifndef BOOST_NO_STD_LOCALE #include +#include #endif #include // CHAR_BIT