From 2bd665b7b90b74a4e0e838b1827da12ad646e289 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Tue, 12 Nov 2013 17:56:31 +0100 Subject: [PATCH] Issue 3656: Problems building Lilypond 2.17.95 with libc++ for use with llvm std-vector.hh did not include config.hh but relied on it --- flower/include/std-vector.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/flower/include/std-vector.hh b/flower/include/std-vector.hh index e7f29a8fcb..8275b92930 100644 --- a/flower/include/std-vector.hh +++ b/flower/include/std-vector.hh @@ -30,6 +30,7 @@ #endif #endif +#include "config.hh" /* needed at least for HAVE_STL_DATA_METHOD */ #include /* find, reverse, sort */ #include /* unary_function */ #include -- 2.39.5