From: David Kastrup Date: Tue, 12 Nov 2013 16:56:31 +0000 (+0100) Subject: Issue 3656: Problems building Lilypond 2.17.95 with libc++ for use with llvm X-Git-Tag: release/2.17.96-1~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b8e9938e5be36217e8d67bf81b01114bd004ec27;p=lilypond.git 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 --- 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