]> git.mxchange.org Git - flightgear.git/commitdiff
Restore inclusion of GLU.h
authorfredb <fredb>
Sun, 27 Jul 2008 16:08:45 +0000 (16:08 +0000)
committerfredb <fredb>
Sun, 27 Jul 2008 16:08:45 +0000 (16:08 +0000)
src/Cockpit/hud.cxx
src/Cockpit/hud_rwy.cxx
src/Cockpit/panel.cxx
src/Instrumentation/HUD/HUD.cxx

index 8357cbb673cc52d9a79a5c0c570c376d44ebfe43..1cd14b960dcf801e6b5c50248a4342af4abc8728 100644 (file)
@@ -47,6 +47,8 @@
 
 #include "hud.hxx"
 
+#include SG_GLU_H
+
 
 static HUD_Properties *HUDprop = 0;
 
index e1b1692dbe213ac909cc8b1c8d6e5a45e7046070..ed17943123cc781bc35a3c9a7df77f75a3105981 100644 (file)
@@ -34,6 +34,8 @@
 #include <simgear/math/polar3d.hxx>
 #include <ATCDCL/ATCutils.hxx>
 
+#include SG_GLU_H
+
 
 // int x, int y, int width, int height, float scale_data, bool working)
 
index b529b037201bb928ede8666151619368f77f5634..c63fd652752ba67bd26f8bcdb5aa2b3593193a0b 100644 (file)
@@ -57,6 +57,8 @@
 #include "hud.hxx"
 #include "panel.hxx"
 
+#include SG_GLU_H
+
 #define WIN_X 0
 #define WIN_Y 0
 #define WIN_W 1024
index 53a688e230671458324c476141b54cdfdbd1b910..a34858471fffbf942e1198e1d54633c88e07de3c 100644 (file)
@@ -37,6 +37,8 @@
 
 #include "HUD.hxx"
 
+#include SG_GLU_H
+
 
 static float clamp(float f)
 {