X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fincludable-lexer.cc;h=3e9c54857dca77f9eede2eae99cce2f3c66c0b81;hb=0e91bb16e020081fbbecab38fb7a8ed1c1a761dd;hp=8567ec91718c470e0e24741902d85911dff391b3;hpb=24107d843c902a8101fbb696f47bf7538dd4493a;p=lilypond.git diff --git a/lily/includable-lexer.cc b/lily/includable-lexer.cc index 8567ec9171..3e9c54857d 100644 --- a/lily/includable-lexer.cc +++ b/lily/includable-lexer.cc @@ -20,7 +20,6 @@ #include "includable-lexer.hh" #include -using namespace std; #include "config.hh" @@ -32,6 +31,8 @@ using namespace std; #include "sources.hh" #include "warn.hh" +using std::string; + #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif