]> git.mxchange.org Git - flightgear.git/blobdiff - utils/TerraSync/terrasync.cxx
Remove possilbe trailing "/" from runway numbers in FAA data.
[flightgear.git] / 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";