From 93544845187e34da15b75cd0fe3126eeb57c8a3c Mon Sep 17 00:00:00 2001 From: Nicola Musatti Date: Tue, 6 Jun 2006 20:01:05 +0000 Subject: [PATCH] Added (forgotten) include for boost/detail/workaround.hpp [SVN r34200] --- include/boost/io/ios_state.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/io/ios_state.hpp b/include/boost/io/ios_state.hpp index 2d1625b..558646f 100644 --- a/include/boost/io/ios_state.hpp +++ b/include/boost/io/ios_state.hpp @@ -19,6 +19,7 @@ #include // for std::basic_streambuf #include // for std::char_traits +#include // for BOOST_WORKAROUND namespace boost {