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