Include <ios> to get std::boolalpha. Fixes #1586

[SVN r42972]
This commit is contained in:
Douglas Gregor
2008-01-25 21:07:14 +00:00
parent 15b34d0bf4
commit 24117db3ae

View File

@ -8,6 +8,7 @@
#include <sstream>
#include <string>
#include <iostream>
#include <ios> // for std::boolalpha
#ifndef BOOST_NO_STD_LOCALE
# include <locale>