$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: technews_at_[hidden]
Date: 2008-01-04 20:52:33
Author: turkanis
Date: 2008-01-04 20:52:33 EST (Fri, 04 Jan 2008)
New Revision: 42469
URL: http://svn.boost.org/trac/boost/changeset/42469
Log:
added wchar.h include
Text files modified: 
   branches/iostreams_dev/libs/iostreams/test/detail/utf8_codecvt_facet.hpp |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: branches/iostreams_dev/libs/iostreams/test/detail/utf8_codecvt_facet.hpp
==============================================================================
--- branches/iostreams_dev/libs/iostreams/test/detail/utf8_codecvt_facet.hpp	(original)
+++ branches/iostreams_dev/libs/iostreams/test/detail/utf8_codecvt_facet.hpp	2008-01-04 20:52:33 EST (Fri, 04 Jan 2008)
@@ -52,6 +52,7 @@
 
 #include <locale>
 #include <cstddef> // size_t
+#include <wchar.h> // mbstate_t
 #include <boost/integer_traits.hpp>
 #include <boost/iostreams/detail/config/wide_streams.hpp>
 #include <boost/iostreams/detail/codecvt_helper.hpp>