bvh: Fix headless build.

This commit is contained in:
Mathias Froehlich 2012-08-27 18:00:01 +02:00
parent 54ff2bec90
commit efddcb18a3

View File

@ -20,13 +20,14 @@
#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,