]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem-engraver.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / stem-engraver.cc
index 2f2eaf82daedf380d0b53cd1505be4ff1ca9016f..1d1bb56785e91fd974dcc44cdeceb5fa98ffeed0 100644 (file)
@@ -34,6 +34,8 @@
 
 #include "translator.icc"
 
+using std::vector;
+
 class Stem_engraver : public Engraver
 {
   Grob *stem_;