pkgsrc/print/lilypond/patches/patch-lily_keyword.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
282 B
C++

$NetBSD: patch-lily_keyword.cc,v 1.1 2013/06/16 20:46:52 joerg Exp $
--- lily/keyword.cc.orig 2013-06-16 19:26:46.000000000 +0000
+++ lily/keyword.cc
@@ -2,6 +2,7 @@
keyword.cc -- keywords and identifiers
*/
+#include "config.hh"
#include "keyword.hh"
#include <cstring>