From e176b4d8b6f6b7af20cc458b0aeaa273b98cf470 Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 8 May 1999 02:33:13 +0000 Subject: [PATCH] Borland portability fixes contributed by Charlie Hotchkiss. --- Lib/Bucket/newbucket.hxx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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 -- 2.39.5