From 8a2c08a0c1f2182c9241646e0d3b49f31d848f5b Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 7 Apr 1999 20:58:02 +0000 Subject: [PATCH] Fixes for compiling with native Irix compilers. --- Lib/Bucket/newbucket.hxx | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5