src/aubio.h: add utils/log.h
authorPaul Brossier <piem@piem.org>
Thu, 22 Sep 2016 20:33:29 +0000 (22:33 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 22 Sep 2016 20:33:29 +0000 (22:33 +0200)
src/aubio.h

index 0d2b416..dfc308b 100644 (file)
@@ -188,6 +188,7 @@ extern "C"
 #include "synth/sampler.h"
 #include "synth/wavetable.h"
 #include "utils/parameter.h"
+#include "utils/log.h"
 
 #if AUBIO_UNSTABLE
 #include "mathutils.h"