From 941f99308d7fa28e564f9c4eb055c186bdc6513c Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 6 Apr 2004 03:51:11 +0000 Subject: [PATCH] Oops. A change to an upstream header seems to have remove glu.h, which these files require. Dunno why my build didn't pick up the transitive dependency. --- src/ATC/ATCdisplay.cxx | 2 ++ src/Cockpit/cockpit.cxx | 2 ++ src/Cockpit/hud.cxx | 2 ++ src/Cockpit/panel.cxx | 2 ++ 4 files changed, 8 insertions(+) diff --git a/src/ATC/ATCdisplay.cxx b/src/ATC/ATCdisplay.cxx index 78635152a..119f68201 100644 --- a/src/ATC/ATCdisplay.cxx +++ b/src/ATC/ATCdisplay.cxx @@ -22,6 +22,8 @@ # include #endif +#include + #include #include diff --git a/src/Cockpit/cockpit.cxx b/src/Cockpit/cockpit.cxx index c6cb01eec..eaaafa603 100644 --- a/src/Cockpit/cockpit.cxx +++ b/src/Cockpit/cockpit.cxx @@ -29,6 +29,8 @@ # include #endif +#include + #include #include #include diff --git a/src/Cockpit/hud.cxx b/src/Cockpit/hud.cxx index 60b4a14aa..110d982b0 100644 --- a/src/Cockpit/hud.cxx +++ b/src/Cockpit/hud.cxx @@ -44,6 +44,8 @@ #include // char related functions #include // strcmp() +#include + #include #include #include diff --git a/src/Cockpit/panel.cxx b/src/Cockpit/panel.cxx index ad4465878..09194ef12 100644 --- a/src/Cockpit/panel.cxx +++ b/src/Cockpit/panel.cxx @@ -29,6 +29,8 @@ #include // sprintf #include +#include + #include #include