1
0
Fork 0

Some compiler fixes

This commit is contained in:
ehofman 2003-06-03 13:51:21 +00:00
parent b9332af209
commit 9b353d3665
2 changed files with 8 additions and 0 deletions

View file

@ -84,6 +84,10 @@
**********************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/compiler.h>
#include <simgear/misc/sg_path.hxx>
#include <Aircraft/aircraft.hxx>

View file

@ -3,6 +3,10 @@
//
// This file is in the Public Domain, and comes with no warranty.
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/compiler.h>
#include <vector>