From ec5d4d5731b167200d6fa5e614abc3feee9ba95f Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Thu, 13 Feb 2014 07:37:30 +0000 Subject: [PATCH] Polynomial.hh - Make LilyPond compile w/ musl libc Provided by Felix Janda --- flower/include/polynomial.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/flower/include/polynomial.hh b/flower/include/polynomial.hh index 927b5672c8..1724ab82a2 100644 --- a/flower/include/polynomial.hh +++ b/flower/include/polynomial.hh @@ -24,6 +24,7 @@ #ifndef POLY_H #define POLY_H +#include #include "std-vector.hh" #include "arithmetic-operator.hh" #include "real.hh" -- 2.39.2