Merged fix from HEAD

[SVN r34201]
This commit is contained in:
Nicola Musatti
2006-06-06 20:05:18 +00:00
parent 9354484518
commit 5e88f0cc3b

View File

@ -10,6 +10,7 @@
#define BOOST_IO_IOS_STATE_HPP
#include <boost/io_fwd.hpp> // self include
#include <boost/detail/workaround.hpp>
#include <ios> // for std::ios_base, std::basic_ios, etc.
#ifndef BOOST_NO_STD_LOCALE
@ -19,8 +20,6 @@
#include <streambuf> // for std::basic_streambuf
#include <string> // for std::char_traits
#include <boost/detail/workaround.hpp> // for BOOST_WORKAROUND
namespace boost
{
namespace io