From: curt Date: Wed, 7 Apr 1999 20:58:02 +0000 (+0000) Subject: Fixes for compiling with native Irix compilers. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8a2c08a0c1f2182c9241646e0d3b49f31d848f5b;p=simgear.git Fixes for compiling with native Irix compilers. --- diff --git a/Lib/Bucket/newbucket.hxx b/Lib/Bucket/newbucket.hxx index a616677e..101ef7ae 100644 --- a/Lib/Bucket/newbucket.hxx +++ b/Lib/Bucket/newbucket.hxx @@ -39,7 +39,10 @@ #endif FG_USING_STD(string); + +#if ! defined( FG_HAVE_NATIVE_SGI_COMPILERS ) FG_USING_STD(ostream); +#endif #include