diff dsp/mfcc/MFCC.cpp @ 47:38bf09927942

* Build fixes for gcc 4.3.2 * _Maybe_, but probably not, fix crash in tempo tracker... let's see how we get on
author cannam
date Mon, 10 Nov 2008 14:01:55 +0000
parents 8bb764969d50
children 6cb2b3cd5356
line wrap: on
line diff
--- a/dsp/mfcc/MFCC.cpp	Thu Jul 24 16:09:25 2008 +0000
+++ b/dsp/mfcc/MFCC.cpp	Mon Nov 10 14:01:55 2008 +0000
@@ -10,6 +10,7 @@
 
 #include <cmath>
 #include <cstdlib>
+#include <cstring>
 
 #include "MFCC.h"
 #include "dsp/transforms/FFT.h"