Compare commits

...

2 Commits

Author SHA1 Message Date
Peter Dimov
02d43072d6 Save state before 1.36 merges.
[SVN r47337]
2008-07-12 09:06:42 +00:00
Douglas Gregor
24117db3ae Include <ios> to get std::boolalpha. Fixes #1586
[SVN r42972]
2008-01-25 21:07:14 +00:00

View File

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