Win32 fix

This commit is contained in:
fredb
2009-06-27 06:41:08 +00:00
committed by Tim Moore
parent 0f7b65a921
commit b47031a099
2 changed files with 8 additions and 0 deletions

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 "BVHGroup.hxx"
#include <algorithm>

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 "BVHTransform.hxx"
#include "BVHVisitor.hxx"