diff dsp/signalconditioning/DFProcess.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 d72fcd34d9a7
line wrap: on
line diff
--- a/dsp/signalconditioning/DFProcess.cpp	Thu Jul 24 16:09:25 2008 +0000
+++ b/dsp/signalconditioning/DFProcess.cpp	Mon Nov 10 14:01:55 2008 +0000
@@ -11,6 +11,8 @@
 #include "DFProcess.h"
 #include "maths/MathUtilities.h"
 
+#include <cstring>
+
 //////////////////////////////////////////////////////////////////////
 // Construction/Destruction
 //////////////////////////////////////////////////////////////////////