Boost logo

Boost-Commit :

From: bdawes_at_[hidden]
Date: 2008-06-18 11:55:53


Author: bemandawes
Date: 2008-06-18 11:55:53 EDT (Wed, 18 Jun 2008)
New Revision: 46481
URL: http://svn.boost.org/trac/boost/changeset/46481

Log:
Add #include <cwchar> to fix ticket #1589
Text files modified:
   trunk/libs/filesystem/src/path.cpp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/libs/filesystem/src/path.cpp
==============================================================================
--- trunk/libs/filesystem/src/path.cpp (original)
+++ trunk/libs/filesystem/src/path.cpp 2008-06-18 11:55:53 EDT (Wed, 18 Jun 2008)
@@ -24,6 +24,8 @@
 #include <boost/cerrno.hpp>
 #include <boost/system/error_code.hpp>
 
+#include <cwchar> // for std::mbstate_t
+
 namespace
 {
   // std::locale construction can throw (if LC_MESSAGES is wrong, for example),


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