From bed15f53156c51604e583b019c7d1632e5d91a1f Mon Sep 17 00:00:00 2001 From: Torsten Dreyer Date: Mon, 28 Jun 2010 13:53:17 +0200 Subject: [PATCH] One more fix for a working windows build. --- src/Autopilot/logic.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { /**