From f2b9b9f4418d39a1cb73ca2c5ba15fd7c85fd61c Mon Sep 17 00:00:00 2001 From: fredb Date: Thu, 20 Aug 2009 06:53:07 +0000 Subject: [PATCH] Compile under MSVC9 again --- src/FDM/JSBSim/input_output/FGPropertyManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5