]> git.mxchange.org Git - simgear.git/commitdiff
More include SGMath.hxx to keep MSVC happy
authorTim Moore <timoore@redhat.com>
Tue, 20 Oct 2009 08:18:15 +0000 (10:18 +0200)
committerTim Moore <timoore@redhat.com>
Mon, 26 Oct 2009 17:37:27 +0000 (18:37 +0100)
simgear/scene/material/matmodel.cxx
simgear/scene/model/model.cxx

index d8c9e3f1e7541aa5525ed51818b822d56870bd26..bdad512eef0add5bf58e2d728169a8c15b20f7ef 100644 (file)
@@ -37,6 +37,7 @@ using std::map;
 #include <osg/Transform>
 
 #include <simgear/debug/logstream.hxx>
+#include <simgear/math/SGMath.hxx>
 #include <simgear/math/sg_random.h>
 #include <simgear/misc/sg_path.hxx>
 #include <simgear/misc/sgstream.hxx>
index 54e749245e5082d575e56467944d5046f8a415db..d41529ad5c8b8fbf2cdeeabb508d5003c566afe4 100644 (file)
@@ -11,6 +11,7 @@
 #include <osgDB/ReadFile>
 #include <osgDB/SharedStateManager>
 
+#include <simgear/math/SGMath.hxx>
 #include <simgear/scene/util/SGSceneFeatures.hxx>
 
 #include <simgear/structure/exception.hxx>