1
0
Fork 0

Include compiler.h and config.h first.

This commit is contained in:
curt 2004-02-01 16:50:13 +00:00
parent da5ea10d5d
commit e3a584ffd0

View file

@ -21,6 +21,12 @@
// $Id$
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/compiler.h>
#include <FDM/flight.hxx>
#include <Main/fg_props.hxx>