From 967bf101ef4187108de99e53ede8cacdbc682eb7 Mon Sep 17 00:00:00 2001 From: fredb Date: Sun, 27 Jul 2008 16:08:45 +0000 Subject: [PATCH] Restore inclusion of GLU.h --- src/Cockpit/hud.cxx | 2 ++ src/Cockpit/hud_rwy.cxx | 2 ++ src/Cockpit/panel.cxx | 2 ++ src/Instrumentation/HUD/HUD.cxx | 2 ++ 4 files changed, 8 insertions(+) diff --git a/src/Cockpit/hud.cxx b/src/Cockpit/hud.cxx index 8357cbb67..1cd14b960 100644 --- a/src/Cockpit/hud.cxx +++ b/src/Cockpit/hud.cxx @@ -47,6 +47,8 @@ #include "hud.hxx" +#include SG_GLU_H + static HUD_Properties *HUDprop = 0; diff --git a/src/Cockpit/hud_rwy.cxx b/src/Cockpit/hud_rwy.cxx index e1b1692db..ed1794312 100644 --- a/src/Cockpit/hud_rwy.cxx +++ b/src/Cockpit/hud_rwy.cxx @@ -34,6 +34,8 @@ #include #include +#include SG_GLU_H + // int x, int y, int width, int height, float scale_data, bool working) diff --git a/src/Cockpit/panel.cxx b/src/Cockpit/panel.cxx index b529b0372..c63fd6527 100644 --- a/src/Cockpit/panel.cxx +++ b/src/Cockpit/panel.cxx @@ -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 diff --git a/src/Instrumentation/HUD/HUD.cxx b/src/Instrumentation/HUD/HUD.cxx index 53a688e23..a34858471 100644 --- a/src/Instrumentation/HUD/HUD.cxx +++ b/src/Instrumentation/HUD/HUD.cxx @@ -37,6 +37,8 @@ #include "HUD.hxx" +#include SG_GLU_H + static float clamp(float f) {