X-Git-Url: https://git.sesse.net/?p=pitch;a=blobdiff_plain;f=pitchdetector.h;fp=pitchdetector.h;h=fefcf67cdcd0fb9c6c88448e336ac874c7ca9abd;hp=016cea639b4d54613526ab0ba1871e3fe187bb83;hb=93dd24f0e6756bcb37c795e266083d42db92dd80;hpb=fa1b9cdf79b7688a8fec21e3a13eb8d8e6505391 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);