]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3656: Problems building Lilypond 2.17.95 with libc++ for use with llvm
authorDavid Kastrup <dak@gnu.org>
Tue, 12 Nov 2013 16:56:31 +0000 (17:56 +0100)
committerDavid Kastrup <dak@gnu.org>
Wed, 20 Nov 2013 18:09:39 +0000 (19:09 +0100)
std-vector.hh did not include config.hh but relied on it

flower/include/std-vector.hh

index e7f29a8fcbb05065e0157f7c60c586b4e2309823..8275b929303a25f29d6025a31f31e439a7a2fb95 100644 (file)
@@ -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>