Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-01-23 11:08:44


Author: johnmaddock
Date: 2008-01-23 11:08:44 EST (Wed, 23 Jan 2008)
New Revision: 42929
URL: http://svn.boost.org/trac/boost/changeset/42929

Log:
Applies fix for issue #1598: added missing #include.
Text files modified:
   trunk/boost/regex/pending/unicode_iterator.hpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: trunk/boost/regex/pending/unicode_iterator.hpp
==============================================================================
--- trunk/boost/regex/pending/unicode_iterator.hpp (original)
+++ trunk/boost/regex/pending/unicode_iterator.hpp 2008-01-23 11:08:44 EST (Wed, 23 Jan 2008)
@@ -68,6 +68,7 @@
 #include <stdexcept>
 #ifndef BOOST_NO_STD_LOCALE
 #include <sstream>
+#include <ios>
 #endif
 #include <limits.h> // CHAR_BIT
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk