summaryrefslogtreecommitdiff
path: root/flower
diff options
context:
space:
mode:
authorDavid Kastrup <dak@gnu.org>2013-11-12 17:56:31 +0100
committerDavid Kastrup <dak@gnu.org>2013-11-20 19:09:39 +0100
commit2bd665b7b90b74a4e0e838b1827da12ad646e289 (patch)
treebcb1a448e261bd12a6c80417a26912624ff496fa /flower
parent7e771a83cafb00e0ed58400a93b728e283c4ad9c (diff)
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
Diffstat (limited to 'flower')
-rw-r--r--flower/include/std-vector.hh1
1 files changed, 1 insertions, 0 deletions
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 <algorithm> /* find, reverse, sort */
#include <functional> /* unary_function */
#include <cassert>