From c5a7267206a4d9724f487d0de3edae17b4b0d621 Mon Sep 17 00:00:00 2001 From: fredb Date: Fri, 16 Jun 2006 10:17:06 +0000 Subject: [PATCH] Compile again on Win32 platforms --- src/AIModel/AIFlightPlan.cxx | 4 +++- src/ATC/ATCProjection.cxx | 4 ++++ src/Cockpit/hud_labl.cxx | 5 +++++ src/Systems/electrical.cxx | 3 +++ src/Systems/vacuum.cxx | 4 ++++ 5 files changed, 19 insertions(+), 1 deletion(-) diff --git a/src/AIModel/AIFlightPlan.cxx b/src/AIModel/AIFlightPlan.cxx index 493a6c3ef..8f728a8af 100644 --- a/src/AIModel/AIFlightPlan.cxx +++ b/src/AIModel/AIFlightPlan.cxx @@ -16,7 +16,9 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - +#ifdef HAVE_CONFIG_H +# include +#endif #include #include diff --git a/src/ATC/ATCProjection.cxx b/src/ATC/ATCProjection.cxx index 64bca09fa..7028004c8 100644 --- a/src/ATC/ATCProjection.cxx +++ b/src/ATC/ATCProjection.cxx @@ -18,6 +18,10 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +#ifdef HAVE_CONFIG_H +# include +#endif + #include "ATCProjection.hxx" #include #include diff --git a/src/Cockpit/hud_labl.cxx b/src/Cockpit/hud_labl.cxx index ceaeaf05f..f6caaff78 100644 --- a/src/Cockpit/hud_labl.cxx +++ b/src/Cockpit/hud_labl.cxx @@ -1,3 +1,8 @@ + +#ifdef HAVE_CONFIG_H +# include +#endif + #include
#include "hud.hxx" diff --git a/src/Systems/electrical.cxx b/src/Systems/electrical.cxx index 5f0ada231..025a46ae3 100644 --- a/src/Systems/electrical.cxx +++ b/src/Systems/electrical.cxx @@ -20,6 +20,9 @@ // // $Id$ +#ifdef HAVE_CONFIG_H +# include +#endif #include #include diff --git a/src/Systems/vacuum.cxx b/src/Systems/vacuum.cxx index 3e75aa323..36bbf5962 100644 --- a/src/Systems/vacuum.cxx +++ b/src/Systems/vacuum.cxx @@ -3,6 +3,10 @@ // // This file is in the Public Domain and comes with no warranty. +#ifdef HAVE_CONFIG_H +# include +#endif + #include "vacuum.hxx" #include
-- 2.39.5