X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finput.cc;h=b6aed9e2d1296b74182d9aca7f2921c6f9a04001;hb=8659a99f233f5c4684292728e7ad4206669b35b0;hp=19f6ac019ee1fc2272cc549034771adbc4ae1427;hpb=cb0b407e567feca71cbc5f9479a06b266c69a26c;p=lilypond.git diff --git a/lily/input.cc b/lily/input.cc index 19f6ac019e..b6aed9e2d1 100644 --- a/lily/input.cc +++ b/lily/input.cc @@ -20,6 +20,7 @@ #include "input.hh" #include +using namespace std; #include "international.hh" #include "lily-imports.hh" @@ -28,8 +29,6 @@ #include "sources.hh" #include "warn.hh" -using std::string; - Input::Input (Input const &i) { source_file_ = i.source_file_;