]> git.mxchange.org Git - simgear.git/commitdiff
bvh: Fix headless build.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Mon, 27 Aug 2012 16:00:01 +0000 (18:00 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Mon, 27 Aug 2012 16:00:01 +0000 (18:00 +0200)
simgear/bvh/BVHLineSegmentVisitor.hxx

index aa681a28c771496de8bb4fd7dbe5675259e8cdc5..87883fb1cd883919c89d13f0708459c65dd574b0 100644 (file)
 
 #include <simgear/math/SGGeometry.hxx>
 #include <simgear/structure/SGSharedPtr.hxx>
-#include <simgear/scene/material/mat.hxx>
 
 #include "BVHVisitor.hxx"
 #include "BVHNode.hxx"
 
 namespace simgear {
 
+class BVHMaterial;
+
 class BVHLineSegmentVisitor : public BVHVisitor {
 public:
     BVHLineSegmentVisitor(const SGLineSegmentd& lineSegment,