From 3372f9fc0de09087511fa57fda2b32ec95e8601c Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Thu, 4 Nov 2010 11:04:13 +0100 Subject: [PATCH] add SGMath.hxx header file to ConditionNode.cxx Apparently necessary for MSVC 2008. --- simgear/scene/model/ConditionNode.cxx | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.2