More include SGMath.hxx to keep MSVC happy

This commit is contained in:
Tim Moore 2009-10-20 10:18:15 +02:00
parent b1c49045a8
commit e2ce4c0fa9
2 changed files with 2 additions and 0 deletions

View 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>

View 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>