]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/repeat-tie-engraver.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / repeat-tie-engraver.cc
index 4eea8e5800ae271fe103da8241a225a1790386c0..757617ee2389f5e0f4941c36859238bbceeecd60 100644 (file)
@@ -25,6 +25,8 @@
 
 #include "translator.icc"
 
+using std::vector;
+
 class Repeat_tie_engraver : public Engraver
 {
   Stream_event *event_;