? .select_stdlib_config.hpp.swp ? stdlib/.sgi.hpp.swp Index: select_stdlib_config.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/config/select_stdlib_config.hpp,v retrieving revision 1.11 diff -u -r1.11 select_stdlib_config.hpp --- select_stdlib_config.hpp 14 Oct 2005 14:16:26 -0000 1.11 +++ select_stdlib_config.hpp 15 Oct 2005 14:57:41 -0000 @@ -37,7 +37,7 @@ // GNU libstdc++ 3 # define BOOST_STDLIB_CONFIG "boost/config/stdlib/libstdcpp3.hpp" -#elif defined(__STL_CONFIG_H) +#elif defined(__STL_CONFIG_H) || defined(__IOSFWD__) // generic SGI STL # define BOOST_STDLIB_CONFIG "boost/config/stdlib/sgi.hpp" Index: stdlib/sgi.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/config/stdlib/sgi.hpp,v retrieving revision 1.16 diff -u -r1.16 sgi.hpp --- stdlib/sgi.hpp 14 Oct 2005 14:16:26 -0000 1.16 +++ stdlib/sgi.hpp 15 Oct 2005 14:57:43 -0000 @@ -10,7 +10,7 @@ // generic SGI STL: #if !defined(__STL_CONFIG_H) -# include +# include # if !defined(__STL_CONFIG_H) # error "This is not the SGI STL!" # endif