]> git.mxchange.org Git - flightgear.git/commitdiff
Compile under MSVC9 again
authorfredb <fredb>
Thu, 20 Aug 2009 06:53:07 +0000 (06:53 +0000)
committerTim Moore <timoore@redhat.com>
Sun, 23 Aug 2009 19:43:09 +0000 (21:43 +0200)
src/FDM/JSBSim/input_output/FGPropertyManager.h

index 876b490b79f4ecfeabde48cb074897b5df0c3e96..aec24c36b77395ec805a668786dcd27922839335 100644 (file)
@@ -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"