Compare commits

...

2 Commits

Author SHA1 Message Date
Troy D. Straszheim 3396372877 mergme
[SVN r53280]
2009-05-26 14:05:46 +00:00
Douglas Gregor 24117db3ae Include <ios> to get std::boolalpha. Fixes #1586
[SVN r42972]
2008-01-25 21:07:14 +00:00
+1
View File
@@ -8,6 +8,7 @@
#include <sstream>
#include <string>
#include <iostream>
#include <ios> // for std::boolalpha
#ifndef BOOST_NO_STD_LOCALE
# include <locale>