Added missing #include <ios>

[SVN r46341]
This commit is contained in:
Emil Dotchevski
2008-06-11 22:25:06 +00:00
parent 175c3e50e9
commit d54052b137

View File

@ -9,6 +9,7 @@
#include <boost/exception/to_string.hpp>
#include <iomanip>
#include <typeinfo>
#include <ios>
namespace
boost