]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/sgstream.cxx
Frederic Bouvier:
[simgear.git] / simgear / misc / sgstream.cxx
index e9b61031a1f02b6af55256f24af6d5930e65b3fb..5a442ab895476d0207cb61b5cb89b545866efaf9 100644 (file)
 //
 // $Id$
 
+#include <simgear/compiler.h>
+#include STL_STRING 
+
 #include <ctype.h> // isspace()
 
 #ifdef SG_HAVE_STD_INCLUDES
 # include <cerrno>
-# include <string>
 #else
 # include <errno.h>
 #endif