]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sky/oursun.cxx
Patch from Melchior Franz:
[simgear.git] / simgear / sky / oursun.cxx
index 2cac096c3124540c7757e824535af64796197dc1..e423db02328fea5e5cbf8b7c71fa22f001720d5e 100644 (file)
 // $Id$
 
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
+#include <simgear/compiler.h>
 
 #include <stdio.h>
-#include <iostream>
+#include STL_IOSTREAM
 
 #include <plib/sg.h>
 #include <plib/ssg.h>
@@ -220,7 +218,7 @@ void my_glWritePPMFile(const char *filename, GLubyte *buffer, int win_width, int
 
 
 // initialize the sun object and connect it into our scene graph root
-ssgBranch * SGSun::build( FGPath path, double sun_size ) {
+ssgBranch * SGSun::build( SGPath path, double sun_size ) {
 
     // set up the orb state
     orb_state = new ssgSimpleState();