From: durk Date: Thu, 21 Aug 2008 20:14:26 +0000 (+0000) Subject: Czaba Halasz: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b2df4d41a5ef5600cfeeac0089b8ca7c078904f5;p=flightgear.git Czaba Halasz: Somebody please add config.h to AirportList.cxx, because the #include (in AirportList.hxx) needs the PU_USE_NONE define. DT: Done :-) --- diff --git a/src/GUI/AirportList.cxx b/src/GUI/AirportList.cxx index 1b62f0aff..133b2b9ea 100644 --- a/src/GUI/AirportList.cxx +++ b/src/GUI/AirportList.cxx @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include
#include