]> git.mxchange.org Git - simgear.git/commitdiff
Win32 fix
authorfredb <fredb>
Sat, 27 Jun 2009 06:41:08 +0000 (06:41 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 2 Jul 2009 06:51:12 +0000 (08:51 +0200)
simgear/scene/bvh/BVHGroup.cxx
simgear/scene/bvh/BVHTransform.cxx

index 4fbba4a3846e5a132813e1d8ace776433410e03e..d444791c190600f15c0f69540db069d096f2b57e 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include "BVHGroup.hxx"
 
 #include <algorithm>
index 27b615ad7638ca1c8c8aac5d8ac1fcf11d904635..802d8075bd4e2dba47275334cd89dc632b1d3a8a 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <simgear_config.h>
+#endif
+
 #include "BVHTransform.hxx"
 
 #include "BVHVisitor.hxx"