]> 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 a84dd701bdd33a241d0df33e34969bb1139a8de0..5337a0aeddfe164a89ed0a0d2afd9109cfa8b77e 100644 (file)
@@ -34,6 +34,8 @@
 
 #include "translator.icc"
 
+using std::vector;
+
 class Stem_engraver : public Engraver
 {
   Grob *stem_;