diff SpectrogramProcessor.h @ 20:de7213b35755

* Removed warnings of comparisons with ints and size_t
author Carl Bussey <c.bussey@se10.qmul.ac.uk>
date Fri, 15 Aug 2014 15:17:28 +0100
parents 1e4c02ca8b81
children fe23998968b4
line wrap: on
line diff
--- a/SpectrogramProcessor.h	Fri Aug 15 12:34:07 2014 +0100
+++ b/SpectrogramProcessor.h	Fri Aug 15 15:17:28 2014 +0100
@@ -11,6 +11,7 @@
 #include <vector>
 #include <vamp-sdk/FFT.h>
 #include <cmath>
+#include <stddef.h>
 
 typedef std::vector <std::vector<float> > Spectrogram;
 typedef std::vector <std::vector<float> > SpectrogramTransposed;