diff dsp/keydetection/GetKeyMode.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 9aedf5ea8c35
children d72fcd34d9a7
line wrap: on
line diff
--- a/dsp/keydetection/GetKeyMode.cpp	Thu Jul 24 16:09:25 2008 +0000
+++ b/dsp/keydetection/GetKeyMode.cpp	Mon Nov 10 14:01:55 2008 +0000
@@ -10,6 +10,9 @@
 
 #include <iostream>
 
+#include <cstring>
+#include <cstdlib>
+
 // Chords profile
 static double MajProfile[36] = 
 { 0.0384, 0.0629, 0.0258, 0.0121, 0.0146, 0.0106, 0.0364, 0.0610, 0.0267,