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:
Robert Osfield 2007-06-01 19:10:59 +00:00
parent 3d853fcbc6
commit 8f87e14416

View File

@ -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 {