1
0
Fork 0

Compile under MSVC9 again

This commit is contained in:
fredb 2009-08-20 06:53:07 +00:00 committed by Tim Moore
parent 5ee9cd1fcc
commit f2b9b9f441

View file

@ -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"