mirror of
https://github.com/boostorg/io.git
synced 2025-07-29 20:07:13 +02:00
Merged fix from HEAD
[SVN r34201]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user