diff --git a/src/osgPlugins/osg/TessellationHints.cpp b/src/osgPlugins/osg/TessellationHints.cpp index 5a493a04b..c102ce556 100644 --- a/src/osgPlugins/osg/TessellationHints.cpp +++ b/src/osgPlugins/osg/TessellationHints.cpp @@ -7,6 +7,7 @@ using namespace osg; using namespace osgDB; + // forward declare functions to use later. bool TessellationHints_readLocalData(Object& obj, Input& fr); bool TessellationHints_writeLocalData(const Object& obj, Output& fw);