]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/lowtest.cxx
Extended .btg format to support a 'points' primitive.
[simgear.git] / simgear / io / lowtest.cxx
index e588f2c35601baf2df7f0b23a624385a9ea81802..843c13f9756d9d40a513dcd40176a58c8c29fa34 100644 (file)
@@ -3,6 +3,12 @@
 #include STL_IOSTREAM
 #include "lowlevel.hxx"
 
+#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
+SG_USING_STD(cout);
+SG_USING_STD(endl);
+#endif
+
+
 static const int sgEndianTest = 1;
 #define sgIsLittleEndian (*((char *) &sgEndianTest ) != 0)
 #define sgIsBigEndian    (*((char *) &sgEndianTest ) == 0)