From e3a584ffd05694ecd58be17ece06723c851516da Mon Sep 17 00:00:00 2001 From: curt Date: Sun, 1 Feb 2004 16:50:13 +0000 Subject: [PATCH] Include compiler.h and config.h first. --- src/Autopilot/route_mgr.cxx | 6 ++++++ 1 file changed, 6 insertions(+) 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
-- 2.39.2