]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/general-scheme.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / general-scheme.cc
index d5fe89024cd2fa7c0cce49968a74f665d8465795..de5a2cc225be4f3f8ca2dd068ed471b0c0e116dd 100644 (file)
@@ -40,6 +40,9 @@ using namespace std;
 #include "version.hh"
 #include "warn.hh"
 
+using std::string;
+using std::vector;
+
 /* Declaration of log function(s) */
 SCM ly_progress (SCM, SCM);