Fix compile issue on Win10 VS2019

This commit is contained in:
Scott Giese 2019-09-16 23:30:59 -05:00
parent 9bea6afb80
commit 70c564dd2c

View File

@ -18,6 +18,8 @@
#ifndef BVHPageNodeOSG_hxx
#define BVHPageNodeOSG_hxx
#include <string>
#include "../../bvh/BVHPageNode.hxx"
#include <osg/ref_ptr>