Added include<osg/Geode> to fix compile error

This commit is contained in:
Robert Osfield
2010-09-26 11:02:03 +00:00
parent f6517d2f8b
commit fdfad4848b

View File

@@ -22,6 +22,7 @@
#include <osg/Texture2D>
#include <osg/StateSet>
#include <osg/Geometry>
#include <osg/Geode>
#include <osgText/Export>
#include <osgText/KerningType>