From 0dd542b06bf95b64131bad3176bfcd167db90efe Mon Sep 17 00:00:00 2001 From: Safareli Date: Mon, 25 Nov 2013 02:11:56 +0400 Subject: add missing #include codeblocks was giving arror : of\addons\ofxMaxim\libs\maxiMFCC.h|62|error: there are no arguments to 'malloc' that depend on a template parameter, so a declaration of 'malloc' must be available [-fpermissive]| --- ofxMaxim/ofxMaxim/libs/maxiMFCC.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ofxMaxim/ofxMaxim/libs/maxiMFCC.h b/ofxMaxim/ofxMaxim/libs/maxiMFCC.h index 3c4a651..19dd72e 100644 --- a/ofxMaxim/ofxMaxim/libs/maxiMFCC.h +++ b/ofxMaxim/ofxMaxim/libs/maxiMFCC.h @@ -15,6 +15,7 @@ #include "maxiFFT.h" #include #include +#include #ifdef __APPLE_CC__ #include #endif -- cgit v1.3