From: Torsten Dreyer Date: Mon, 28 Jun 2010 11:53:17 +0000 (+0200) Subject: One more fix for a working windows build. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bed15f53156c51604e583b019c7d1632e5d91a1f;p=flightgear.git One more fix for a working windows build. --- diff --git a/src/Autopilot/logic.hxx b/src/Autopilot/logic.hxx index 34c27c10d..44add3a43 100644 --- a/src/Autopilot/logic.hxx +++ b/src/Autopilot/logic.hxx @@ -21,12 +21,12 @@ #ifndef __LOGICCOMPONENT_HXX #define __LOGICCOMPONENT_HXX 1 -#include "digitalcomponent.hxx" - #ifdef HAVE_CONFIG_H # include #endif +#include "digitalcomponent.hxx" + namespace FGXMLAutopilot { /**