From: Paul Brossier Date: Tue, 9 May 2017 14:06:49 +0000 (+0200) Subject: src/aubio.h: also include pitchyinfast here X-Git-Tag: 0.4.6~51^2~5 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=c73b110c1736cec2777aac2c15330dda8b642cf0;p=aubio.git src/aubio.h: also include pitchyinfast here --- diff --git a/src/aubio.h b/src/aubio.h index 6a2ca4e7..0d021361 100644 --- a/src/aubio.h +++ b/src/aubio.h @@ -214,6 +214,7 @@ extern "C" #include "pitch/pitchmcomb.h" #include "pitch/pitchyin.h" #include "pitch/pitchyinfft.h" +#include "pitch/pitchyinfast.h" #include "pitch/pitchschmitt.h" #include "pitch/pitchfcomb.h" #include "pitch/pitchspecacf.h"