One more try to fix the Windows build
This commit is contained in:
parent
e74d3d2f11
commit
c3b9676e22
2 changed files with 8 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <simgear/props/props.hxx>
|
||||
#include <simgear/structure/subsystem_mgr.hxx>
|
||||
#include <simgear/props/condition.hxx>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue