]> git.mxchange.org Git - flightgear.git/commitdiff
Include compiler.h and config.h first.
authorcurt <curt>
Sun, 1 Feb 2004 16:50:13 +0000 (16:50 +0000)
committercurt <curt>
Sun, 1 Feb 2004 16:50:13 +0000 (16:50 +0000)
src/Autopilot/route_mgr.cxx

index c9fc58765d7549affef21049c02e54838695d402..3d6793bc37ba65a6c960b5612d71f12e750786e7 100644 (file)
 // $Id$
 
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include <FDM/flight.hxx>
 #include <Main/fg_props.hxx>