]> git.mxchange.org Git - flightgear.git/commitdiff
Update includes (required by simgear changes)
authorThomas Geymayer <tomgey@gmail.com>
Wed, 4 Jun 2014 00:58:14 +0000 (02:58 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Wed, 4 Jun 2014 00:58:14 +0000 (02:58 +0200)
src/GUI/FileDialog.cxx
src/GUI/FileDialog.hxx
src/Scripting/NasalModelData.cxx
src/Scripting/NasalSGPath.cxx

index e8fdc3724804e476fc57297fa1d82f6afcd507e9..46ba317c80cd98f4eea8d92a5f4637ba1797fdf8 100644 (file)
 #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>
index 3479f8004cf3dc4da93d36bb39d5cee07644dd0e..02323679fd42122bfde22a26277161727ee80147 100644 (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;
index 20df177ad590e39d97bd7e808606be37ddfe3944..e4f22692ba399d6c64fbbce248dc9e759fadbcce 100644 (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>
index 1addac2471f0d7a7632bd0e56da7ec889bb2480a..3008a4965c0cf610760aa451a2c6b69342a26e14 100644 (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>