From dd13924a671caa3051ae8ab64d27c133c03f7789 Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Sat, 25 Aug 2012 17:28:21 +0200 Subject: [PATCH] bvh: add missing include. --- simgear/scene/model/BVHPageNodeOSG.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simgear/scene/model/BVHPageNodeOSG.cxx b/simgear/scene/model/BVHPageNodeOSG.cxx index e138e95a..b68f56e1 100644 --- a/simgear/scene/model/BVHPageNodeOSG.cxx +++ b/simgear/scene/model/BVHPageNodeOSG.cxx @@ -15,6 +15,10 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // +#ifdef HAVE_CONFIG_H +# include +#endif + #include "BVHPageNodeOSG.hxx" #include "../../bvh/BVHPageRequest.hxx" -- 2.39.5