diff options
| author | Chris Kiefer <chrisk13fer@gmail.com> | 2013-11-25 01:33:36 -0800 |
|---|---|---|
| committer | Chris Kiefer <chrisk13fer@gmail.com> | 2013-11-25 01:33:36 -0800 |
| commit | 5c6b3026b8598d7b9c109fcc2f175b6a00ddf555 (patch) | |
| tree | d7086a1d8221badf72701b2551a012a4cb505a13 | |
| parent | 16b077cd9ceead410ccdfd4a596d697e1a90220b (diff) | |
| parent | 0dd542b06bf95b64131bad3176bfcd167db90efe (diff) | |
Merge pull request #20 from Safareli/master
add missing #include <cstdlib>
| -rw-r--r-- | ofxMaxim/ofxMaxim/libs/maxiMFCC.h | 1 |
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 |
