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
|
#endif
|
||||||
|
|
||||||
#include "FGDeviceConfigurationMap.hxx"
|
#include "FGDeviceConfigurationMap.hxx"
|
||||||
|
|
||||||
|
#include <plib/ul.h>
|
||||||
|
|
||||||
#include <simgear/props/props_io.hxx>
|
#include <simgear/props/props_io.hxx>
|
||||||
#include <Main/globals.hxx>
|
#include <Main/globals.hxx>
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
|
#include <simgear/math/SGMath.hxx>
|
||||||
#include <simgear/nasal/nasal.h>
|
#include <simgear/nasal/nasal.h>
|
||||||
#include <simgear/props/props.hxx>
|
#include <simgear/props/props.hxx>
|
||||||
|
|
||||||
|
@ -10,6 +13,8 @@
|
||||||
|
|
||||||
#include "NasalSys.hxx"
|
#include "NasalSys.hxx"
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
// Implementation of a Nasal wrapper for the SGPropertyNode class,
|
// Implementation of a Nasal wrapper for the SGPropertyNode class,
|
||||||
// using the Nasal "ghost" (er... Garbage collection Handle for
|
// using the Nasal "ghost" (er... Garbage collection Handle for
|
||||||
// OutSide Thingy) facility.
|
// OutSide Thingy) facility.
|
||||||
|
|
Loading…
Add table
Reference in a new issue