Include compiler.h and config.h first.
This commit is contained in:
parent
da5ea10d5d
commit
e3a584ffd0
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue