]> git.mxchange.org Git - flightgear.git/commitdiff
Win32 fixes
authorfredb <fredb>
Sat, 27 Dec 2008 16:09:01 +0000 (16:09 +0000)
committerTim Moore <timoore@redhat.com>
Sat, 3 Jan 2009 23:00:20 +0000 (00:00 +0100)
src/AIModel/AIFlightPlanCreate.cxx
src/AIModel/AIFlightPlanCreateCruise.cxx
src/AIModel/AIFlightPlanCreatePushBack.cxx

index 04ae25103c05ecfa8036affd94814901e46f83cf..7d414bed71764b215cc9bb88a79da45ed6c1eae0 100644 (file)
  * 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>
index a12241268b19a77085cac789e23bf814859dc142..d38896b7c498f315c85bdfacc3e194f87b7ad1ea 100755 (executable)
  *
  *
  **************************************************************************/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <fstream>
 #include <iostream>
 #include "AIFlightPlan.hxx"
index 3707f2b91a7d2b85f8c4db9708d1d44e698bb42f..3b9ade3747ffcbac4f2e06e9598909f86a3bfe51 100644 (file)
  * 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>