]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/sgstream.hxx
Fix BTG writer for non-included index arrays.
[simgear.git] / simgear / misc / sgstream.hxx
index aa680d01e60f34d808717289d1035d1ebae4322e..a0414b18fdbc03fb6b087555ecb09edd8a063a6c 100644 (file)
 
 #include <simgear/compiler.h>
 
-#if defined( SG_HAVE_STD_INCLUDES )
 #  include <istream>
-#elif defined ( __BORLANDC__ )
-#  include <iostream>
-#else
-#  include <istream.h>
-#endif
 
-#include STL_STRING
+#include <string>
 
 #include <simgear/misc/zfstream.hxx>