Fixes for changes in simgear/math/sg_types.hxx
This commit is contained in:
parent
a3af4ed1d8
commit
2c6cfca38b
2 changed files with 8 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
|||
#endif
|
||||
|
||||
#include "FGDeviceConfigurationMap.hxx"
|
||||
|
||||
#include <plib/ul.h>
|
||||
|
||||
#include <simgear/props/props_io.hxx>
|
||||
#include <Main/globals.hxx>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue