Make sure the compiler is aware that SGModelData a child of osg::Referenced, now gcc-3.3 will compile.

This commit is contained in:
ehofman
2008-09-04 08:52:47 +00:00
parent 3edcbc3b99
commit f3f8a211cd

View File

@@ -19,6 +19,7 @@
#define SGREADERWRITERXMLOPTIONS_HXX 1
#include <osgDB/ReaderWriter>
#include <simgear/scene/model/modellib.hxx>
#include <simgear/props/props.hxx>
class SGPropertyNode;