]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / input.cc
index b6aed9e2d1296b74182d9aca7f2921c6f9a04001..74b7a61b3265ed24321a2ad4f520de546f289658 100644 (file)
@@ -29,6 +29,8 @@ using namespace std;
 #include "sources.hh"
 #include "warn.hh"
 
+using std::string;
+
 Input::Input (Input const &i)
 {
   source_file_ = i.source_file_;