]> 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 a808915cff55a9f5bd2b2f15161eb16439a2eab6..843c13f9756d9d40a513dcd40176a58c8c29fa34 100644 (file)
@@ -1,12 +1,14 @@
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
 #include <simgear/compiler.h>
 
 #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)