]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/stars.cxx
FG_ to SG_ namespace changes.
[simgear.git] / simgear / sky / stars.cxx
index 3a72f4a186cb0638d09eccf9edab19ee6d2492a4..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 "stars.hxx"
 
-FG_USING_STD(cout);
-FG_USING_STD(endl);
+#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
+SG_USING_STD(cout);
+SG_USING_STD(endl);
+#endif
 
 
 // Set up star rendering call backs