]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/stars.cxx
Trying to sort out name space confusing with SG_PI and SGD_PI and varients.
[simgear.git] / simgear / sky / stars.cxx
index cff2a7ddbd8c34006ec86591b7fb46edc464cf40..b2bf7c009549b6ca1ccf548990785ae80785e363 100644 (file)
 #  include <config.h>
 #endif
 
+#include <simgear/compiler.h>
+
 #include <stdio.h>
-#include <iostream>
+#include STL_IOSTREAM
 
 #include <plib/sg.h>
 #include <plib/ssg.h>
 
+#include <compiler.h>
+
 #include "stars.hxx"
 
-#ifdef _MSC_VER
-FG_USING_STD(cout);
-FG_USING_STD(endl);
-#endif 
+#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
+SG_USING_STD(cout);
+SG_USING_STD(endl);
+#endif
 
 
 // Set up star rendering call backs