From: curt Date: Sun, 1 Feb 2004 16:50:13 +0000 (+0000) Subject: Include compiler.h and config.h first. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e3a584ffd05694ecd58be17ece06723c851516da;p=flightgear.git Include compiler.h and config.h first. --- diff --git a/src/Autopilot/route_mgr.cxx b/src/Autopilot/route_mgr.cxx index c9fc58765..3d6793bc3 100644 --- a/src/Autopilot/route_mgr.cxx +++ b/src/Autopilot/route_mgr.cxx @@ -21,6 +21,12 @@ // $Id$ +#ifdef HAVE_CONFIG_H +# include +#endif + +#include + #include #include