diff --git a/simgear/misc/sgstream.cxx b/simgear/misc/sgstream.cxx index e9b61031..5a442ab8 100644 --- a/simgear/misc/sgstream.cxx +++ b/simgear/misc/sgstream.cxx @@ -21,11 +21,13 @@ // // $Id$ +#include +#include STL_STRING + #include // isspace() #ifdef SG_HAVE_STD_INCLUDES # include -# include #else # include #endif