]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/stars.cxx
MSVC5 portability changes contributed by Bruce Finney.
[simgear.git] / simgear / sky / stars.cxx
index 2b194b7f8db11cae06a43477811fab6cd232ee5c..bc709ccf3ce1d9b14a7b8fe13031ed8f80d00be6 100644 (file)
 
 #include "stars.hxx"
 
+#ifdef _MSC_VER
+FG_USING_STD(cout);
+FG_USING_STD(endl);
+#endif 
 
 // Set up star rendering call backs
 static int sgStarPreDraw( ssgEntity *e ) {