]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/fingering-column-engraver.cc
Issue 4550 (1/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / fingering-column-engraver.cc
index 9cca71139129f8d77a47e9698025c0603bae357b..9444e2cf0aff2b0c00c46b3e4487755f77c771ee 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1999--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2012 Mike Solomon <mike@mikesolomon.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 
 #include "translator.icc"
 
+using std::vector;
+
 /**
    Find potentially colliding scripts, and put them in a
-   Fingering_column, that will fix the collisions.  */
+   Fingering_column, that will fix the columns.  */
 class Fingering_column_engraver : public Engraver
 {
   Drul_array<Grob *> fingering_columns_;