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 <config.h> +#endif + #include "AIFlightPlan.hxx" #include <simgear/math/sg_geodesy.hxx> #include <Airports/runways.hxx> 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 <config.h> +#endif + #include <fstream> #include <iostream> #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 <config.h> +#endif + #include "AIFlightPlan.hxx" #include <simgear/math/sg_geodesy.hxx> #include <Airports/runways.hxx>