diff --git a/include/boost/tuple/tuple_io.hpp b/include/boost/tuple/tuple_io.hpp index 82849d9..5ca9e8e 100644 --- a/include/boost/tuple/tuple_io.hpp +++ b/include/boost/tuple/tuple_io.hpp @@ -42,10 +42,17 @@ // use the one-arg one, which one should get with but there seem // to be exceptions to this. +#if !defined (BOOST_NO_STD_LOCALE) + #include // for two-arg isspace + +#else + #include // for one-arg (old) isspace #include // Metrowerks does not find one-arg isspace from cctype +#endif + namespace boost { namespace tuples {