diff --git a/simgear/bvh/BVHLineSegmentVisitor.hxx b/simgear/bvh/BVHLineSegmentVisitor.hxx index aa681a28..87883fb1 100644 --- a/simgear/bvh/BVHLineSegmentVisitor.hxx +++ b/simgear/bvh/BVHLineSegmentVisitor.hxx @@ -20,13 +20,14 @@ #include #include -#include #include "BVHVisitor.hxx" #include "BVHNode.hxx" namespace simgear { +class BVHMaterial; + class BVHLineSegmentVisitor : public BVHVisitor { public: BVHLineSegmentVisitor(const SGLineSegmentd& lineSegment,