Including osg/Geode to fix osgManipulator build

This commit is contained in:
Jason Beverage 2018-04-16 15:58:12 -04:00
parent 8a2e6b1eaa
commit c09d209bd0

View File

@ -18,6 +18,7 @@
#include <osgManipulator/RotateCylinderDragger>
#include <osgManipulator/RotateSphereDragger>
#include <osg/ShapeDrawable>
#include <osg/Geode>
#include <osg/Geometry>
#include <osg/LineWidth>