]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/std-vector.hh
Run grand replace for 2015.
[lilypond.git] / flower / include / std-vector.hh
index e7f29a8fcbb05065e0157f7c60c586b4e2309823..bb2103235edf518361e1be3fed8a96b6bf7c0f6b 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2012 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 2006--2015 Jan Nieuwenhuizen <janneke@gnu.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
@@ -30,6 +30,7 @@
 #endif
 #endif
 
+#include "config.hh"   /* needed at least for HAVE_STL_DATA_METHOD */
 #include <algorithm>   /* find, reverse, sort */
 #include <functional>  /* unary_function */
 #include <cassert>