From: Felix Janda Date: Thu, 13 Feb 2014 07:37:30 +0000 (+0000) Subject: Polynomial.hh - Make LilyPond compile w/ musl libc X-Git-Tag: release/2.19.3-1~9 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=ec5d4d5731b167200d6fa5e614abc3feee9ba95f Polynomial.hh - Make LilyPond compile w/ musl libc Provided by Felix Janda --- 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"