From: curt Date: Sat, 8 May 1999 02:33:13 +0000 (+0000) Subject: Borland portability fixes contributed by Charlie Hotchkiss. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e176b4d8b6f6b7af20cc458b0aeaa273b98cf470;p=simgear.git Borland portability fixes contributed by Charlie Hotchkiss. --- diff --git a/Lib/Bucket/newbucket.hxx b/Lib/Bucket/newbucket.hxx index 6871b3ee..743c81d6 100644 --- a/Lib/Bucket/newbucket.hxx +++ b/Lib/Bucket/newbucket.hxx @@ -28,27 +28,24 @@ #include -#include STL_STRING - #ifdef FG_HAVE_STD_INCLUDES +# include # include // sprintf() # include #else +# include # include // sprintf() # include #endif +#include STL_STRING + FG_USING_STD(string); #if ! defined( FG_HAVE_NATIVE_SGI_COMPILERS ) FG_USING_STD(ostream); #endif -#ifdef __MWERKS__ -#include -#include -#endif - #include