1
0
Fork 0

Fixes for changes in simgear/math/sg_types.hxx

This commit is contained in:
Tim Moore 2009-10-18 12:16:23 +02:00
parent a3af4ed1d8
commit 2c6cfca38b
2 changed files with 8 additions and 0 deletions

View file

@ -27,6 +27,9 @@
#endif
#include "FGDeviceConfigurationMap.hxx"
#include <plib/ul.h>
#include <simgear/props/props_io.hxx>
#include <Main/globals.hxx>

View file

@ -3,6 +3,9 @@
# include "config.h"
#endif
#include <cstring>
#include <simgear/math/SGMath.hxx>
#include <simgear/nasal/nasal.h>
#include <simgear/props/props.hxx>
@ -10,6 +13,8 @@
#include "NasalSys.hxx"
using namespace std;
// Implementation of a Nasal wrapper for the SGPropertyNode class,
// using the Nasal "ghost" (er... Garbage collection Handle for
// OutSide Thingy) facility.