]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/std-vector.hh
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / flower / include / std-vector.hh
index 1f391de20d4dd609ce8cea4a551c9fe7d649d3df..1b7ae238561f86b9615205ffb07b9bda9a774bc7 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2006--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2006--2009 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef STD_VECTOR_HH
@@ -22,6 +22,7 @@
 #include <algorithm>   /* find, reverse, sort */
 #include <functional>  /* unary_function */
 #include <cassert>
+#include <string>
 
 using namespace std;