]> git.mxchange.org Git - simgear.git/commitdiff
Use the SimGear default notation.
authorehofman <ehofman>
Wed, 28 Jul 2004 14:13:16 +0000 (14:13 +0000)
committerehofman <ehofman>
Wed, 28 Jul 2004 14:13:16 +0000 (14:13 +0000)
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