From: Mathias Froehlich Date: Sat, 25 Aug 2012 15:28:21 +0000 (+0200) Subject: bvh: add missing include. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dd13924a671caa3051ae8ab64d27c133c03f7789;p=simgear.git bvh: add missing include. --- 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"