Mercurial > hg > qm-dsp
diff dsp/onsets/DetectionFunction.cpp @ 272:330c2e11f8a9
* Build fixes for gcc 4.3.2
* _Maybe_, but probably not, fix crash in tempo tracker... let's see how
we get on
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 10 Nov 2008 14:01:55 +0000 |
parents | a98dd8ec96f8 |
children | 5bec06ecc88a |
line wrap: on
line diff
--- a/dsp/onsets/DetectionFunction.cpp Thu Jul 24 16:09:25 2008 +0000 +++ b/dsp/onsets/DetectionFunction.cpp Mon Nov 10 14:01:55 2008 +0000 @@ -9,6 +9,7 @@ */ #include "DetectionFunction.h" +#include <cstring> ////////////////////////////////////////////////////////////////////// // Construction/Destruction