From: James Turner Date: Fri, 9 Sep 2011 10:48:11 +0000 (+0100) Subject: Hopefully fix test compilation on MSVC 2008+CMake X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7c7f3d4fcdb04318ea79b943c2c00aa0dca8e5ef;p=simgear.git Hopefully fix test compilation on MSVC 2008+CMake --- diff --git a/simgear/props/propertyObject_test.cxx b/simgear/props/propertyObject_test.cxx index b2c458ad..5bb4ae58 100644 --- a/simgear/props/propertyObject_test.cxx +++ b/simgear/props/propertyObject_test.cxx @@ -5,6 +5,9 @@ #include #include +// working around MSVC weirdness with props.hxx and SGMathFwd +#include + #include "propertyObject.hxx" #include diff --git a/simgear/props/props_test.cxx b/simgear/props/props_test.cxx index b3109821..cd54ec50 100644 --- a/simgear/props/props_test.cxx +++ b/simgear/props/props_test.cxx @@ -6,6 +6,10 @@ #include #include + +// working around MSVC weirdness with props.hxx and SGMathFwd +#include + #include "props.hxx" #include "props_io.hxx"