1
0
Fork 0

Fix compile of simgear headless past bvh rework.

This commit is contained in:
Mathias Froehlich 2012-08-27 17:57:52 +02:00
parent 05af83a03e
commit 7e97a4c693
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@
#include <simgear/constants.h>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/SGMisc.hxx>
#include <simgear/scene/material/mat.hxx>
#include <simgear/scene/util/SGNodeMasks.hxx>
#include <simgear/scene/util/SGSceneUserData.hxx>
#include <simgear/scene/util/OsgMath.hxx>

View file

@ -39,6 +39,7 @@
#include <simgear/debug/logstream.hxx>
#include <simgear/scene/tgdb/userdata.hxx>
#include <simgear/scene/material/matlib.hxx>
#include <simgear/scene/material/mat.hxx>
#include <simgear/scene/util/SGNodeMasks.hxx>
#include <simgear/scene/util/OsgMath.hxx>
#include <simgear/scene/util/SGSceneUserData.hxx>