pkgsrc/print/lilypond/patches/patch-lily_grace-iterator.cc
joerg a278f46171 std_vector.hh depends on config.hh, so include the latter whenever the
former is used. to_string is part of C++11 STL, so pick the version from
the global namespace whenever it is unclear which one is desired.
2013-06-16 20:46:52 +00:00

12 lines
367 B
C++

$NetBSD: patch-lily_grace-iterator.cc,v 1.1 2013/06/16 20:46:52 joerg Exp $
--- lily/grace-iterator.cc.orig 2013-06-16 19:04:30.000000000 +0000
+++ lily/grace-iterator.cc
@@ -17,6 +17,7 @@
along with LilyPond. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "config.hh"
#include "grace-iterator.hh"
#include "global-context.hh"
#include "warn.hh"