]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/sphere.cxx
Replace OpenThreads with SGThread to avoid useless OSG dependency.
[simgear.git] / simgear / scene / sky / sphere.cxx
index bbd6869411068edc2643ffda990381a6863fdd41..b937c7cc7d1133b67e7078937a88a8d3221c454b 100644 (file)
 //
 // $Id$
 
-
 #include <simgear/compiler.h>
 #include <simgear/constants.h>
 #include <simgear/debug/logstream.hxx>
 
-#include STL_IOSTREAM
+#include <iostream>
+#include <cstdlib>
 
 #include <osg/Node>
 #include <osg/Geometry>