From: Paul Brossier Date: Fri, 1 Nov 2013 19:55:35 +0000 (+0100) Subject: src/aubio.h: add utils/parameter.h X-Git-Tag: 0.4.0-beta1~106 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=509e8f9e56f32518e4345a94a0e8903fd500a8df;p=aubio.git src/aubio.h: add utils/parameter.h --- diff --git a/src/aubio.h b/src/aubio.h index 5f8b518a..5a2da6b2 100644 --- a/src/aubio.h +++ b/src/aubio.h @@ -187,6 +187,7 @@ extern "C" #include "io/audio_unit.h" #include "synth/sampler.h" #include "synth/wavetable.h" +#include "utils/parameter.h" #if AUBIO_UNSTABLE #include "mathutils.h"