From: Tim Moore Date: Thu, 4 Nov 2010 10:04:13 +0000 (+0100) Subject: add SGMath.hxx header file to ConditionNode.cxx X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3372f9fc0de09087511fa57fda2b32ec95e8601c;p=simgear.git add SGMath.hxx header file to ConditionNode.cxx Apparently necessary for MSVC 2008. --- diff --git a/simgear/scene/model/ConditionNode.cxx b/simgear/scene/model/ConditionNode.cxx index e68cfa21..8003caa1 100644 --- a/simgear/scene/model/ConditionNode.cxx +++ b/simgear/scene/model/ConditionNode.cxx @@ -17,6 +17,8 @@ #include "ConditionNode.hxx" +#include + namespace simgear { using namespace osg;