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 <iostream>
|
||||
#include <simgear/props/props.hxx>
|
||||
#if !PROPS_STANDALONE
|
||||
// This is needed by MSVC9 when included in FlightGear because of
|
||||
// the new Vec4d class in props.hxx
|
||||
|
@ -46,6 +45,7 @@ INCLUDES
|
|||
# endif
|
||||
# include <simgear/math/SGMath.hxx>
|
||||
#endif
|
||||
#include <simgear/props/props.hxx>
|
||||
|
||||
#include "FGJSBBase.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue