mirror of
https://github.com/boostorg/exception.git
synced 2025-07-23 00:57:14 +02:00
Added missing #include <ios>
[SVN r46341]
This commit is contained in:
@ -9,6 +9,7 @@
|
|||||||
#include <boost/exception/to_string.hpp>
|
#include <boost/exception/to_string.hpp>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <typeinfo>
|
#include <typeinfo>
|
||||||
|
#include <ios>
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
boost
|
boost
|
||||||
|
Reference in New Issue
Block a user