add SGMath.hxx header file to ConditionNode.cxx

Apparently necessary for MSVC 2008.
This commit is contained in:
Tim Moore
2010-11-04 11:04:13 +01:00
parent 4787ac64ff
commit 3372f9fc0d

View File

@@ -17,6 +17,8 @@
#include "ConditionNode.hxx"
#include <simgear/math/SGMath.hxx>
namespace simgear
{
using namespace osg;