From: Torsten Dreyer Date: Sun, 27 Jun 2010 12:55:06 +0000 (+0200) Subject: Fix build on Windows X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=40997adac415d56c44e5eba9c3d0dd9f0deb0f1d;p=flightgear.git Fix build on Windows Add missing includes. Thanks to Alan Teeder --- diff --git a/src/Autopilot/inputvalue.hxx b/src/Autopilot/inputvalue.hxx index 40c0377ad..bdf0b6382 100644 --- a/src/Autopilot/inputvalue.hxx +++ b/src/Autopilot/inputvalue.hxx @@ -21,6 +21,11 @@ #ifndef _INPUTVALUE_HXX #define _INPUTVALUE_HXX 1 +#ifdef HAVE_CONFIG_H +# include +#endif + + #include namespace FGXMLAutopilot { diff --git a/src/Autopilot/logic.hxx b/src/Autopilot/logic.hxx index ac4591458..34c27c10d 100644 --- a/src/Autopilot/logic.hxx +++ b/src/Autopilot/logic.hxx @@ -23,6 +23,10 @@ #include "digitalcomponent.hxx" +#ifdef HAVE_CONFIG_H +# include +#endif + namespace FGXMLAutopilot { /**