Compilation fix: add missing #include to SGPagedLod.cxx, needed by OSG 2.9.11

This commit is contained in:
Csaba Halasz
2010-12-12 00:23:06 +01:00
parent ab3612517f
commit 9a96018cc2

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