From: sgunderson@bigfoot.com <> Date: Mon, 19 Jul 2010 20:24:09 +0000 (+0200) Subject: Make pitchdetector.h more self-sufficient. X-Git-Url: https://git.sesse.net/index.cgi/?p=pitch;a=commitdiff_plain;h=93dd24f0e6756bcb37c795e266083d42db92dd80 Make pitchdetector.h more self-sufficient. --- 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);