src/aubio.h: add utils/parameter.h
authorPaul Brossier <piem@piem.org>
Fri, 1 Nov 2013 19:55:35 +0000 (20:55 +0100)
committerPaul Brossier <piem@piem.org>
Fri, 1 Nov 2013 19:55:35 +0000 (20:55 +0100)
src/aubio.h

index 5f8b518..5a2da6b 100644 (file)
@@ -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"