From 6ccc0b64efcd522509dfb4cee567a3a7bb847d15 Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 27 Dec 2008 16:09:01 +0000 Subject: [PATCH] Win32 fixes --- src/AIModel/AIFlightPlanCreate.cxx | 5 +++++ src/AIModel/AIFlightPlanCreateCruise.cxx | 5 +++++ src/AIModel/AIFlightPlanCreatePushBack.cxx | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/src/AIModel/AIFlightPlanCreate.cxx b/src/AIModel/AIFlightPlanCreate.cxx index 04ae25103..7d414bed7 100644 --- a/src/AIModel/AIFlightPlanCreate.cxx +++ b/src/AIModel/AIFlightPlanCreate.cxx @@ -17,6 +17,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * **************************************************************************/ + +#ifdef HAVE_CONFIG_H +# include +#endif + #include "AIFlightPlan.hxx" #include #include diff --git a/src/AIModel/AIFlightPlanCreateCruise.cxx b/src/AIModel/AIFlightPlanCreateCruise.cxx index a12241268..d38896b7c 100755 --- a/src/AIModel/AIFlightPlanCreateCruise.cxx +++ b/src/AIModel/AIFlightPlanCreateCruise.cxx @@ -18,6 +18,11 @@ * * **************************************************************************/ + +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include #include "AIFlightPlan.hxx" diff --git a/src/AIModel/AIFlightPlanCreatePushBack.cxx b/src/AIModel/AIFlightPlanCreatePushBack.cxx index 3707f2b91..3b9ade374 100644 --- a/src/AIModel/AIFlightPlanCreatePushBack.cxx +++ b/src/AIModel/AIFlightPlanCreatePushBack.cxx @@ -17,6 +17,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * **************************************************************************/ + +#ifdef HAVE_CONFIG_H +# include +#endif + #include "AIFlightPlan.hxx" #include #include -- 2.39.5