]> 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 62a99bcfe317eb5d25edc3d06d58a3f5073e3e38..bc709ccf3ce1d9b14a7b8fe13031ed8f80d00be6 100644 (file)
 // $Id$
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <stdio.h>
 #include <iostream>
 
 
 #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 ) {