From: fredb Date: Thu, 20 Aug 2009 06:53:07 +0000 (+0000) Subject: Compile under MSVC9 again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f2b9b9f4418d39a1cb73ca2c5ba15fd7c85fd61c;p=flightgear.git Compile under MSVC9 again --- diff --git a/src/FDM/JSBSim/input_output/FGPropertyManager.h b/src/FDM/JSBSim/input_output/FGPropertyManager.h index 876b490b7..aec24c36b 100644 --- a/src/FDM/JSBSim/input_output/FGPropertyManager.h +++ b/src/FDM/JSBSim/input_output/FGPropertyManager.h @@ -37,7 +37,6 @@ INCLUDES #include #include -#include #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 #endif +#include #include "FGJSBBase.h"