Mercurial > hg > qm-dsp
diff dsp/onsets/PeakPicking.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 | 2e3f5d2d62c1 |
children | d72fcd34d9a7 |
line wrap: on
line diff
--- a/dsp/onsets/PeakPicking.cpp Thu Jul 24 16:09:25 2008 +0000 +++ b/dsp/onsets/PeakPicking.cpp Mon Nov 10 14:01:55 2008 +0000 @@ -12,6 +12,8 @@ #include "maths/Polyfit.h" #include <iostream> +#include <cstring> + ////////////////////////////////////////////////////////////////////// // Construction/Destruction