]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/SGMath.hxx
Modified Files:
[simgear.git] / simgear / math / SGMath.hxx
index 024fe4c19ee1194289ecc0b26d1f5954318420b0..fa4e69cd0a51b76ed450fb85e9e5ce62116f03fc 100644 (file)
 /// Just include them all
 
 #include <iosfwd>
+// FIXME, make it compile on IRIX
+#include <osg/GL>
 
+#include "SGMathFwd.hxx"
+
+#include "SGCMath.hxx"
 #include "SGLimits.hxx"
 #include "SGMisc.hxx"
 #include "SGGeodesy.hxx"
+#include "SGVec2.hxx"
 #include "SGVec3.hxx"
 #include "SGVec4.hxx"
-#include "SGQuat.hxx"
-#include "SGMatrix.hxx"
 #include "SGGeoc.hxx"
 #include "SGGeod.hxx"
+#include "SGQuat.hxx"
+#include "SGMatrix.hxx"
 
 #endif