]> git.mxchange.org Git - flightgear.git/commitdiff
Fix for Irix.
authorcurt <curt>
Fri, 6 Dec 2002 14:28:24 +0000 (14:28 +0000)
committercurt <curt>
Fri, 6 Dec 2002 14:28:24 +0000 (14:28 +0000)
utils/TerraSync/terrasync.cxx

index eb5fb148c133b288317875eb3402d6eb7e2d1d12..fae445ab93cfded7f92e6598bae0e33d604a4fa5 100644 (file)
 #include <simgear/bucket/newbucket.hxx>
 
 SG_USING_STD(string);
+#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
 SG_USING_STD(cout);
 SG_USING_STD(endl);
-
+#endif
 
 static string server = "baron.flightgear.org";
 static string source_module = "Scenery-0.7.9";