From 4b74e40a5f1c17c206ba34118e99a66b9dd412d5 Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 28 Jul 2004 14:13:16 +0000 Subject: [PATCH] Use the SimGear default notation. --- simgear/misc/sgstream.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5