From 93dd24f0e6756bcb37c795e266083d42db92dd80 Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Mon, 19 Jul 2010 22:24:09 +0200 Subject: [PATCH] Make pitchdetector.h more self-sufficient. --- pitchdetector.h | 6 ++++++ 1 file changed, 6 insertions(+) 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); -- 2.39.2