1
0
Fork 0

Update includes (required by simgear changes)

This commit is contained in:
Thomas Geymayer 2014-06-04 02:58:14 +02:00
parent 3c0b7f88b8
commit 75f5eba002
4 changed files with 9 additions and 8 deletions

View file

@ -26,10 +26,9 @@
#include "FileDialog.hxx"
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <simgear/nasal/cppbind/from_nasal.hxx>
#include <simgear/nasal/cppbind/to_nasal.hxx>
#include <simgear/nasal/cppbind/NasalHash.hxx>
#include <simgear/nasal/cppbind/Ghost.hxx>
#include <Main/globals.hxx>
#include <Scripting/NasalSys.hxx>

View file

@ -8,7 +8,7 @@
#include <simgear/misc/strutils.hxx> // for string_list
#include <simgear/misc/sg_path.hxx>
#include <simgear/nasal/cppbind/Ghost.hxx>
#include <simgear/nasal/cppbind/NasalCallContext.hxx>
// forward decls
class SGPropertyNode;

View file

@ -4,14 +4,15 @@
#include <Main/fg_props.hxx>
#include <Main/globals.hxx>
#include <osg/Transform>
#include <osg/observer_ptr>
#include <simgear/math/SGMath.hxx>
#include <simgear/nasal/cppbind/Ghost.hxx>
#include <simgear/scene/util/OsgDebug.hxx>
#include <simgear/scene/util/OsgMath.hxx>
#include <simgear/debug/logstream.hxx>
#include <osg/Transform>
#include <boost/bind.hpp>
#include <algorithm>

View file

@ -25,8 +25,9 @@
#include <Main/util.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/nasal/cppbind/from_nasal.hxx>
#include <simgear/nasal/cppbind/to_nasal.hxx>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <simgear/nasal/cppbind/NasalHash.hxx>
#include <simgear/nasal/cppbind/Ghost.hxx>