From: fredb Date: Fri, 16 Jun 2006 10:03:38 +0000 (+0000) Subject: Compile again on Win32 platforms X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b3262fcb80afc52200ef5231e1749b302798f890;p=simgear.git Compile again on Win32 platforms --- diff --git a/simgear/environment/metar.cxx b/simgear/environment/metar.cxx index d0dd28c1..c02c6934 100644 --- a/simgear/environment/metar.cxx +++ b/simgear/environment/metar.cxx @@ -24,6 +24,9 @@ * @file metar.cxx * Interface for encoded Meteorological Aerodrome Reports (METAR). */ +#ifdef HAVE_CONFIG_H +# include +#endif #include #include diff --git a/simgear/timing/geocoord.cxx b/simgear/timing/geocoord.cxx index 9cb9f38b..d3f52260 100644 --- a/simgear/timing/geocoord.cxx +++ b/simgear/timing/geocoord.cxx @@ -27,6 +27,10 @@ * written for FlightGear, in order to store Timezone control points. * ************************************************************************/ +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include "geocoord.h"