1
0
Fork 0

One more try to fix the Windows build

This commit is contained in:
Torsten Dreyer 2010-06-29 17:42:04 +02:00
parent e74d3d2f11
commit c3b9676e22
2 changed files with 8 additions and 1 deletions

View file

@ -27,7 +27,6 @@
# include <config.h>
#endif
#include <simgear/props/props.hxx>
#include <simgear/structure/subsystem_mgr.hxx>
#include <simgear/props/condition.hxx>

View file

@ -19,6 +19,14 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
// for some obscure reason, MSVC needs this to compile
#ifdef _MSC_VER
#ifndef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/math/SGMath.hxx>
#endif
#include "logic.hxx"
using namespace FGXMLAutopilot;