]> git.mxchange.org Git - flightgear.git/commitdiff
Fix build on Windows
authorTorsten Dreyer <Torsten@t3r.de>
Sun, 27 Jun 2010 12:55:06 +0000 (14:55 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Sun, 27 Jun 2010 12:55:06 +0000 (14:55 +0200)
Add missing includes.
Thanks to Alan Teeder

src/Autopilot/inputvalue.hxx
src/Autopilot/logic.hxx

index 40c0377ad43025ed5727384c93cdb45dcaed224d..bdf0b6382e3757f88dc2b784cdd45481513d274e 100644 (file)
 #ifndef _INPUTVALUE_HXX
 #define _INPUTVALUE_HXX 1
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include <simgear/structure/SGExpression.hxx>
 
 namespace FGXMLAutopilot {
index ac45914587fa6fa50e406196f264c233d060dae9..34c27c10d9c79408938ed8082b553fa8640c3bf7 100644 (file)
 
 #include "digitalcomponent.hxx"
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 namespace FGXMLAutopilot {
 
 /**