X-Git-Url: https://git.sesse.net/?p=pitch;a=blobdiff_plain;f=pitchdetector.h;h=fefcf67cdcd0fb9c6c88448e336ac874c7ca9abd;hp=016cea639b4d54613526ab0ba1871e3fe187bb83;hb=abee20b74fec255942d42656047e371979ef0fcf;hpb=66156de8eb723c104b616223f8ca7cc20ea55d05 diff --git a/pitchdetector.h b/pitchdetector.h index 016cea6..fefcf67 100644 --- a/pitchdetector.h +++ b/pitchdetector.h @@ -1,6 +1,12 @@ #ifndef _PITCHDETECTOR_H #define _PITCHDETECTOR_H 1 +#include + +#include +#include +#include + class PitchDetector { public: PitchDetector(unsigned sample_rate, unsigned fft_length, unsigned pad_factor, unsigned overlap);