]> git.mxchange.org Git - simgear.git/commitdiff
Modified Files:
authorfrohlich <frohlich>
Thu, 2 Nov 2006 13:37:23 +0000 (13:37 +0000)
committerfrohlich <frohlich>
Thu, 2 Nov 2006 13:37:23 +0000 (13:37 +0000)
SGMath.hxx: Attempt to help IRIX builds

simgear/math/SGMath.hxx

index e33fe3ac410abb6adbf4ae26503fe1874c6a4a30..fa4e69cd0a51b76ed450fb85e9e5ce62116f03fc 100644 (file)
@@ -21,6 +21,8 @@
 /// Just include them all
 
 #include <iosfwd>
+// FIXME, make it compile on IRIX
+#include <osg/GL>
 
 #include "SGMathFwd.hxx"