projects
/
simgear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fa94b5
)
Modified Files:
author
frohlich
<frohlich>
Thu, 2 Nov 2006 13:37:23 +0000
(13:37 +0000)
committer
frohlich
<frohlich>
Thu, 2 Nov 2006 13:37:23 +0000
(13:37 +0000)
SGMath.hxx: Attempt to help IRIX builds
simgear/math/SGMath.hxx
patch
|
blob
|
history
diff --git
a/simgear/math/SGMath.hxx
b/simgear/math/SGMath.hxx
index e33fe3ac410abb6adbf4ae26503fe1874c6a4a30..fa4e69cd0a51b76ed450fb85e9e5ce62116f03fc 100644
(file)
--- a/
simgear/math/SGMath.hxx
+++ b/
simgear/math/SGMath.hxx
@@
-21,6
+21,8
@@
/// Just include them all
#include <iosfwd>
+// FIXME, make it compile on IRIX
+#include <osg/GL>
#include "SGMathFwd.hxx"