]> git.mxchange.org Git - flightgear.git/commitdiff
One more OsgMath fix.
authorJames Turner <zakalawe@mac.com>
Wed, 22 Aug 2012 18:41:03 +0000 (19:41 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 22 Aug 2012 18:41:03 +0000 (19:41 +0100)
Thanks Emmanuel!

utils/fgelev/fgelev.cxx

index a4e2a714b4acc008dcacd5e0a68d090a8793cdb5..e2f4f9f4ff3e8688369e4b81cfebe85ab66e48b0 100644 (file)
@@ -43,6 +43,7 @@
 #include <simgear/misc/ResourceManager.hxx>
 #include <simgear/scene/bvh/BVHNode.hxx>
 #include <simgear/scene/bvh/BVHLineSegmentVisitor.hxx>
+#include <simgear/scene/util/OsgMath.hxx>
 
 class FGSceneryIntersect : public osg::NodeVisitor {
 public: