]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/auto-beam-engraver.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / auto-beam-engraver.cc
index 7500ec9ef09bf9fb9af7dc4d272c2e8d2c0e3218..c1be5d985ff1887040501c1d81336111b0007226 100644 (file)
@@ -33,6 +33,8 @@
 
 #include "translator.icc"
 
+using std::vector;
+
 class Auto_beam_engraver : public Engraver
 {
   TRANSLATOR_DECLARATIONS (Auto_beam_engraver);