From 5e88f0cc3ba5f9d490002826f6ec159fb3211b97 Mon Sep 17 00:00:00 2001 From: Nicola Musatti Date: Tue, 6 Jun 2006 20:05:18 +0000 Subject: [PATCH] Merged fix from HEAD [SVN r34201] --- include/boost/io/ios_state.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/io/ios_state.hpp b/include/boost/io/ios_state.hpp index 558646f..2e66094 100644 --- a/include/boost/io/ios_state.hpp +++ b/include/boost/io/ios_state.hpp @@ -10,6 +10,7 @@ #define BOOST_IO_IOS_STATE_HPP #include // self include +#include #include // for std::ios_base, std::basic_ios, etc. #ifndef BOOST_NO_STD_LOCALE @@ -19,8 +20,6 @@ #include // for std::basic_streambuf #include // for std::char_traits -#include // for BOOST_WORKAROUND - namespace boost { namespace io