bvh: add missing include.

This commit is contained in:
Mathias Froehlich 2012-08-25 17:28:21 +02:00
parent a050a3b80f
commit dd13924a67

View File

@ -15,6 +15,10 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#include "BVHPageNodeOSG.hxx"
#include "../../bvh/BVHPageRequest.hxx"