]> git.mxchange.org Git - simgear.git/commitdiff
Fixes for compiling with native Irix compilers.
authorcurt <curt>
Wed, 7 Apr 1999 20:58:02 +0000 (20:58 +0000)
committercurt <curt>
Wed, 7 Apr 1999 20:58:02 +0000 (20:58 +0000)
Lib/Bucket/newbucket.hxx

index a616677e368c6b6719396b34d126c2a24f94f126..101ef7ae3e28261db86fbe066597cd0781ae7d38 100644 (file)
 #endif
 
 FG_USING_STD(string);
+
+#if ! defined( FG_HAVE_NATIVE_SGI_COMPILERS )
 FG_USING_STD(ostream);
+#endif
 
 #include <Include/fg_constants.h>