]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / dots.cc
index b7f787bc022f0e9c1af1428ba9b1d645abd2ae39..dd2230a797a5b89b51235b0fe1298ca0fd80c050 100644 (file)
@@ -26,6 +26,8 @@
 #include "staff-symbol-referencer.hh"
 #include "international.hh"
 
+using std::string;
+
 MAKE_SCHEME_CALLBACK (Dots, print, 1);
 SCM
 Dots::print (SCM d)