Mercurial > hg > vamp-tempogram
changeset 31:f795b84c1ff2
This include change seems necessary for my compiler
| author | Chris Cannam | 
|---|---|
| date | Thu, 04 Sep 2014 10:08:09 +0100 | 
| parents | 36cffe6493e4 | 
| children | 023d12fb71b1 | 
| files | SpectrogramProcessor.h | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/SpectrogramProcessor.h Wed Sep 03 13:50:02 2014 +0100 +++ b/SpectrogramProcessor.h Thu Sep 04 10:08:09 2014 +0100 @@ -11,7 +11,7 @@ #include <vector> #include <vamp-sdk/FFT.h> #include <cmath> -#include <stddef.h> +#include <cstddef> typedef std::vector <std::vector<float> > Spectrogram; typedef std::vector <std::vector<float> > SpectrogramTransposed;
