]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/decode_binobj.cxx
Mac OS X fixes from Markus Morawitz
[simgear.git] / simgear / io / decode_binobj.cxx
index dbb1e1db7af0e3c60a8b4e9f7ec9518614556eca..70a50f5ea2bef5814e151eaaaa6cd54289df02a9 100644 (file)
@@ -3,12 +3,10 @@
 #include <unistd.h>
 #include STL_IOSTREAM
 
-#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
+#include "sg_binobj.hxx"
+
 SG_USING_STD(cout);
 SG_USING_STD(endl);
-#endif
-
-#include "sg_binobj.hxx"
 
 
 int main( int argc, char **argv ) {