From 24117db3aea17b43e6d312286ada392cecf02296 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 25 Jan 2008 21:07:14 +0000 Subject: [PATCH] Include to get std::boolalpha. Fixes #1586 [SVN r42972] --- test/tribool_io_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tribool_io_test.cpp b/test/tribool_io_test.cpp index d7254f1..84bce90 100644 --- a/test/tribool_io_test.cpp +++ b/test/tribool_io_test.cpp @@ -8,6 +8,7 @@ #include #include #include +#include // for std::boolalpha #ifndef BOOST_NO_STD_LOCALE # include