]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rhythmic-column-engraver.cc
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / rhythmic-column-engraver.cc
index 34691ff20e91ec4df82eab0236b57b6129c026f9..34527af57a98ed5bd78e0c3520b5762bdd4a0a51 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -27,6 +27,8 @@
 
 #include "translator.icc"
 
+using std::vector;
+
 /*
   this engraver  glues together stems, rests and note heads into a NoteColumn
   grob.