]> git.mxchange.org Git - flightgear.git/commitdiff
Fix compile of simgear headless past bvh rework.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Mon, 27 Aug 2012 15:57:52 +0000 (17:57 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Mon, 27 Aug 2012 15:58:25 +0000 (17:58 +0200)
src/FDM/groundcache.cxx
src/Scenery/scenery.cxx

index 0e2d43b5b96c0b01a62cfd531104b36be1a73fc1..fc4fdfacafac249b3494264b0ce85a78e290347e 100644 (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>
index 9c6ef27960f38f48a93710bfc7851881dabdeb66..c280def1995d8eeabab90c66e8eb8696b17d0889 100644 (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>