From: fredb Date: Sat, 27 Dec 2008 16:09:01 +0000 (+0000) Subject: Win32 fixes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6ccc0b64efcd522509dfb4cee567a3a7bb847d15;p=flightgear.git Win32 fixes --- 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