Compile again on Win32 platforms

This commit is contained in:
fredb
2006-06-16 10:03:38 +00:00
parent 52b8f924aa
commit b3262fcb80
2 changed files with 7 additions and 0 deletions

View File

@@ -24,6 +24,9 @@
* @file metar.cxx
* Interface for encoded Meteorological Aerodrome Reports (METAR).
*/
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#include <string>
#include <time.h>

View File

@@ -27,6 +27,10 @@
* written for FlightGear, in order to store Timezone control points.
*
************************************************************************/
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#include <simgear/math/SGMath.hxx>
#include "geocoord.h"