diff --git a/src/osgText/Font.cpp b/src/osgText/Font.cpp index b8e235674..6b8a5346f 100644 --- a/src/osgText/Font.cpp +++ b/src/osgText/Font.cpp @@ -21,6 +21,7 @@ #include using namespace osgText; +using namespace std; std::string findFontFile(const std::string& str) { @@ -533,7 +534,7 @@ void Font::Glyph::subload() const GLenum errorNo = glGetError(); if (errorNo!=GL_NO_ERROR) { - osg::notify(osg::WARN)<<"before: detected OpenGL error '"<