]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/ttf.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / ttf.cc
index 2af774e414c254c402241b9a0a4524ba0f54cec7..dedd83cd88909d755584bb1f4ebe3483158bd2dc 100644 (file)
@@ -29,6 +29,9 @@
 #include "main.hh"
 #include "open-type-font.hh"
 
+using std::string;
+using std::vector;
+
 Index_to_charcode_map
 make_index_to_charcode_map (FT_Face face)
 {