Fixes for compiling with native Irix compilers.

This commit is contained in:
curt
1999-04-07 20:58:02 +00:00
parent b15b40ea10
commit 8a2c08a0c1

View File

@@ -39,7 +39,10 @@
#endif
FG_USING_STD(string);
#if ! defined( FG_HAVE_NATIVE_SGI_COMPILERS )
FG_USING_STD(ostream);
#endif
#include <Include/fg_constants.h>