]> git.mxchange.org Git - simgear.git/commitdiff
bvh: add missing include.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Sat, 25 Aug 2012 15:28:21 +0000 (17:28 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Sun, 26 Aug 2012 13:08:42 +0000 (15:08 +0200)
simgear/scene/model/BVHPageNodeOSG.cxx

index e138e95a31267316bb933d2fee07fb7cf828e4be..b68f56e10b428e2191a5056273d72712018dd6c9 100644 (file)
 // 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"