From: curt Date: Tue, 16 Apr 2002 17:28:57 +0000 (+0000) Subject: Small tweak to make the Irix compiler happy. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7311318e7ef1295844b5acf85962f52b21860d0d;p=flightgear.git Small tweak to make the Irix compiler happy. --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index c2b46a6bf..69292a3c2 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -33,8 +33,10 @@ #include #include STL_IOSTREAM +#ifndef SG_HAVE_NATIVE_SGI_COMPILERS SG_USING_STD(cerr); SG_USING_STD(endl); +#endif #include #include @@ -1972,9 +1974,3 @@ void fgUpdateDCS (void) { // $$$ end - added VS Renganathan, 15 Oct 2K // added Venky , 12 Nov 2K - - - - - -