]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/keyword.hh
Revert "Issue 4550 (2/2) Avoid "using namespace std;" in included files"
[lilypond.git] / lily / include / keyword.hh
index 119345ea59f154cc637c8e4533def55a5eab5504..0f36fe812b2229bdbf951fdcf3844012b805ea68 100644 (file)
@@ -34,7 +34,7 @@ struct Keyword_ent
 */
 struct Keyword_table
 {
-  std::vector<Keyword_ent> table_;
+  vector<Keyword_ent> table_;
 
   Keyword_table (Keyword_ent *);
   vsize lookup (char const *s) const;