@@ -34,7 +34,7 @@
#endif
#if defined(BOOST_OLD_IOSTREAMS)
-# include <iostream.h>
+# error #include <iostream.h>
# include <ctype.h> // for isspace
#else
# include <istream>
@@ -17,7 +17,7 @@
# include <ostream>
#ifndef BOOST_IOSTREAMS_NO_STREAM_TEMPLATES
@@ -16,7 +16,7 @@
# include <streambuf>
-# include <streambuf.h>
+# error #include <streambuf.h>
@@ -31,7 +31,7 @@
# ifndef BOOST_OLD_IOSTREAMS
# else
-# include <ostream.h>
+# error #include <ostream.h>
# endif
#endif // _STLP_NO_IOSTREAMS