Compile under MSVC9 again
This commit is contained in:
parent
5ee9cd1fcc
commit
f2b9b9f441
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,6 @@ INCLUDES
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <simgear/props/props.hxx>
|
|
||||||
#if !PROPS_STANDALONE
|
#if !PROPS_STANDALONE
|
||||||
// This is needed by MSVC9 when included in FlightGear because of
|
// This is needed by MSVC9 when included in FlightGear because of
|
||||||
// the new Vec4d class in props.hxx
|
// the new Vec4d class in props.hxx
|
||||||
|
@ -46,6 +45,7 @@ INCLUDES
|
||||||
# endif
|
# endif
|
||||||
# include <simgear/math/SGMath.hxx>
|
# include <simgear/math/SGMath.hxx>
|
||||||
#endif
|
#endif
|
||||||
|
#include <simgear/props/props.hxx>
|
||||||
|
|
||||||
#include "FGJSBBase.h"
|
#include "FGJSBBase.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue