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.19.0-1~138 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2bd665b7b90b74a4e0e838b1827da12ad646e289;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