Merge pull request #534 from emminizer/fix-msvc-includes

Fix includes for MSVC 2015 build.
This commit is contained in:
OpenSceneGraph git repository
2018-04-23 11:02:03 +01:00
committed by GitHub

View File

@@ -19,6 +19,7 @@
#include <osgManipulator/RotateSphereDragger>
#include <osg/ShapeDrawable>
#include <osg/Geometry>
#include <osg/Geode>
#include <osg/LineWidth>
namespace osgManipulator {