From eb995684fb666bb7e363305a69875778bd30d3dc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 9 Apr 2003 11:45:41 +0000 Subject: [PATCH] Added using namespace std; --- src/osgPlugins/osg/Node.cpp | 1 + 1 file changed, 1 insertion(+) 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);