diff dsp/tempotracking/TempoTrackV2.h @ 323:1bac284886f9

Fix build with gcc 4.6
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 14 Oct 2011 09:48:47 +0100
parents d5014ab8b0e5
children d7619173d43c
line wrap: on
line diff
--- a/dsp/tempotracking/TempoTrackV2.h	Fri Oct 14 09:41:38 2011 +0100
+++ b/dsp/tempotracking/TempoTrackV2.h	Fri Oct 14 09:48:47 2011 +0100
@@ -18,6 +18,7 @@
 #define TEMPOTRACKV2_H
 
 #include <vector>
+#include <cstddef>
 
 using std::vector;