diff --git a/src/osgText/Font.cpp b/src/osgText/Font.cpp index aaf0f0696..947079029 100644 --- a/src/osgText/Font.cpp +++ b/src/osgText/Font.cpp @@ -15,6 +15,7 @@ #include +#include #include #include "FTFace.h" @@ -50,7 +51,7 @@ std::string findFontFile(const std::string& str) filename = osgDB::findFileInPath(str.c_str(),s_FontFilePath); if (filename) return std::string(filename); } - + osg::notify(osg::WARN)<<"Unable to find font file '"<