From Mike Wittman, "Just found another issue building the C# wrappers: the osgTerrain ValidDataOperator file uses osg::Vec2, osg::Vec3, and osg::Vec4, but does not include their headers. The file with the relevant includes is attached.
"
This commit is contained in:
parent
3d853fcbc6
commit
8f87e14416
@ -15,6 +15,9 @@
|
||||
#define OSGTERRAIN_VALIDDATAOPERATOR 1
|
||||
|
||||
#include <osg/Referenced>
|
||||
#include <osg/Vec2>
|
||||
#include <osg/Vec3>
|
||||
#include <osg/Vec4>
|
||||
#include <osgTerrain/Export>
|
||||
|
||||
namespace osgTerrain {
|
||||
|
Loading…
Reference in New Issue
Block a user