diff --git a/src/osgPlugins/osg/Node.cpp b/src/osgPlugins/osg/Node.cpp index 62d1fa136..65faab193 100644 --- a/src/osgPlugins/osg/Node.cpp +++ b/src/osgPlugins/osg/Node.cpp @@ -6,6 +6,7 @@ using namespace osg; using namespace osgDB; +using namespace std; // forward declare functions to use later. bool Node_readLocalData(Object& obj, Input& fr);