]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / note-heads-engraver.cc
index 6322dfa2b9f7ed72b5a8bdfd9af6109fa62fa9b5..20036d021f30f0998ac234c3f7ec0f6c56f90ff9 100644 (file)
@@ -33,6 +33,8 @@ using namespace std;
 
 #include "translator.icc"
 
+using std::vector;
+
 class Note_heads_engraver : public Engraver
 {
   vector<Stream_event *> note_evs_;