]> git.mxchange.org Git - simgear.git/commitdiff
Compilation fix: add missing #include to SGPagedLod.cxx, needed by OSG 2.9.11
authorCsaba Halasz <Csaba.Halasz@gmail.com>
Sat, 11 Dec 2010 23:23:06 +0000 (00:23 +0100)
committerCsaba Halasz <Csaba.Halasz@gmail.com>
Sat, 11 Dec 2010 23:23:06 +0000 (00:23 +0100)
simgear/scene/model/SGPagedLOD.cxx

index d309feb86dce44ad325dde7fd115ed3e7d3f0e49..0b837b368397906d51aeb832d61a4c1d57aa8c36 100644 (file)
@@ -21,6 +21,7 @@
 #include <osgDB/ReadFile>
 #include <osgDB/Input>
 #include <osgDB/ParameterOutput>
+#include <osgDB/DatabasePager>
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/structure/OSGVersion.hxx>