]> git.mxchange.org Git - simgear.git/commitdiff
add SGMath.hxx header file to ConditionNode.cxx
authorTim Moore <timoore33@gmail.com>
Thu, 4 Nov 2010 10:04:13 +0000 (11:04 +0100)
committerTim Moore <timoore33@gmail.com>
Thu, 4 Nov 2010 10:04:13 +0000 (11:04 +0100)
Apparently necessary for MSVC 2008.

simgear/scene/model/ConditionNode.cxx

index e68cfa21adb1e69c552e6462b1f4f32dde3e18e5..8003caa11102e66ac5136680b4c836ee1b7c424b 100644 (file)
@@ -17,6 +17,8 @@
 
 #include "ConditionNode.hxx"
 
+#include <simgear/math/SGMath.hxx>
+
 namespace simgear
 {
 using namespace osg;