]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / clef.cc
index 6f9062190ef46f91b37ffbbc6b99f3cf01dd70f4..fe860c2ee4941a2a7220dd527f87c7ad17d41ba3 100644 (file)
@@ -24,6 +24,8 @@
 #include "item.hh"
 #include "stencil.hh"
 
+using std::string;
+
 MAKE_SCHEME_CALLBACK (Clef, calc_glyph_name, 1);
 SCM
 Clef::calc_glyph_name (SCM smob)