]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/SGMath.hxx
use the proper namespace
[simgear.git] / simgear / math / SGMath.hxx
index fa4e69cd0a51b76ed450fb85e9e5ce62116f03fc..b311136befddd536c963f196400087834ce635fa 100644 (file)
@@ -21,8 +21,6 @@
 /// Just include them all
 
 #include <iosfwd>
-// FIXME, make it compile on IRIX
-#include <osg/GL>
 
 #include "SGMathFwd.hxx"
 
@@ -36,6 +34,7 @@
 #include "SGGeoc.hxx"
 #include "SGGeod.hxx"
 #include "SGQuat.hxx"
+#include "SGLocation.hxx"
 #include "SGMatrix.hxx"
 
 #endif