diff dsp/tempotracking/DownBeat.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 701233f8ed41
line wrap: on
line diff
--- a/dsp/tempotracking/DownBeat.h	Fri Oct 14 09:41:38 2011 +0100
+++ b/dsp/tempotracking/DownBeat.h	Fri Oct 14 09:48:47 2011 +0100
@@ -17,6 +17,7 @@
 #define DOWNBEAT_H
 
 #include <vector>
+#include <cstddef>
 
 #include "dsp/rateconversion/Decimator.h"