]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/SGMath.hxx
canvas::Text: get maximum width (if displayed on a single line).
[simgear.git] / simgear / math / SGMath.hxx
index 3770408ce6939e5439d7850ee9e7292884f4b468..b311136befddd536c963f196400087834ce635fa 100644 (file)
 /// Just include them all
 
 #include <iosfwd>
-// FIXME, make it compile on IRIX
-#include <osg/GL>
-#undef GLUT_APIENTRY_DEFINED // GL/glut.h undef APIENTRY when this symbol is defined. osg/GL defines it (?).
-                             // This probably would work if we didn't use plib/pu.h that include GL/glut.h 
-                             //  on its side.
 
 #include "SGMathFwd.hxx"
 
@@ -39,6 +34,7 @@
 #include "SGGeoc.hxx"
 #include "SGGeod.hxx"
 #include "SGQuat.hxx"
+#include "SGLocation.hxx"
 #include "SGMatrix.hxx"
 
 #endif