]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/general-scheme.cc
input/regression/bookparts.ly fails at PDF conversion stage
[lilypond.git] / lily / general-scheme.cc
index d5fe89024cd2fa7c0cce49968a74f665d8465795..d661c177a5802837cc2f961c50d2b396363df211 100644 (file)
@@ -24,7 +24,6 @@
 #include <ctype.h>
 #include <cstring>  /* memset */
 #include <glib.h>
-using namespace std;
 
 #include "dimensions.hh"
 #include "file-name.hh"
@@ -40,6 +39,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);