]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/open-type-font.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / open-type-font.cc
index 3038df4331645f30dcb000be55cf3deb0830171d..8a7bdf7221bd51ffe465aaf131381894b33141d2 100644 (file)
@@ -31,6 +31,9 @@ using namespace std;
 #include "modified-font-metric.hh"
 #include "warn.hh"
 
+using std::map;
+using std::string;
+
 FT_Byte *
 load_table (char const *tag_str, FT_Face face, FT_ULong *length)
 {