]> git.mxchange.org Git - flightgear.git/commitdiff
Oops. A change to an upstream header seems to have remove glu.h, which
authorandy <andy>
Tue, 6 Apr 2004 03:51:11 +0000 (03:51 +0000)
committerandy <andy>
Tue, 6 Apr 2004 03:51:11 +0000 (03:51 +0000)
these files require.  Dunno why my build didn't pick up the transitive
dependency.

src/ATC/ATCdisplay.cxx
src/Cockpit/cockpit.cxx
src/Cockpit/hud.cxx
src/Cockpit/panel.cxx

index 78635152a2d6fb2fe623396fd07e41e6f6f66efa..119f6820156877e2b3278b24a571592a65ee8133 100644 (file)
@@ -22,6 +22,8 @@
 #  include <config.h>
 #endif
 
+#include <GL/glu.h>
+
 #include <simgear/props/props.hxx>
 
 #include <Include/general.hxx>
index c6cb01eec41c618900c770da77221647ea7a576d..eaaafa60315bcb75ccde0892080504b5d8f90d7b 100644 (file)
@@ -29,6 +29,8 @@
 #  include <windows.h>
 #endif
 
+#include <GL/glu.h>
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
index 60b4a14aad9b247c20dea4b1ab1db200c48ca181..110d982b03aa24b1793e1dde042866ca5d0b7723 100644 (file)
@@ -44,6 +44,8 @@
 #include <stdio.h>             // char related functions
 #include <string.h>            // strcmp()
 
+#include <GL/glu.h>
+
 #include <simgear/constants.h>
 #include <simgear/debug/logstream.hxx>
 #include <simgear/props/props.hxx>
index ad4465878fbab12d58dad6783aee3b689bb8fa64..09194ef12de8cc31178e675b7a994227a78dd98b 100644 (file)
@@ -29,6 +29,8 @@
 #include <stdio.h>     // sprintf
 #include <string.h>
 
+#include <GL/glu.h>
+
 #include <plib/ssg.h>
 #include <plib/fnt.h>