aboutsummaryrefslogtreecommitdiffstats
path: root/ofxMaxim
diff options
context:
space:
mode:
authorSafareli <i.safareli@gmail.com>2013-11-25 02:11:56 +0400
committerSafareli <i.safareli@gmail.com>2013-11-25 02:11:56 +0400
commit0dd542b06bf95b64131bad3176bfcd167db90efe (patch)
treed7086a1d8221badf72701b2551a012a4cb505a13 /ofxMaxim
parent16b077cd9ceead410ccdfd4a596d697e1a90220b (diff)
add missing #include <cstdlib>
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]|
Diffstat (limited to 'ofxMaxim')
-rw-r--r--ofxMaxim/ofxMaxim/libs/maxiMFCC.h1
1 files changed, 1 insertions, 0 deletions
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 <math.h>
#include <iostream>
+#include <cstdlib>
#ifdef __APPLE_CC__
#include <Accelerate/Accelerate.h>
#endif