From 6ff232f65e1b563df29fac06feec69374de14c55 Mon Sep 17 00:00:00 2001 From: Hossein Zahaki Date: Tue, 27 Aug 2024 17:53:50 -0600 Subject: [PATCH] Update rateshift.hpp --- sudio/rateshift/inc/rateshift.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sudio/rateshift/inc/rateshift.hpp b/sudio/rateshift/inc/rateshift.hpp index c1d4ec6..e5e4be6 100644 --- a/sudio/rateshift/inc/rateshift.hpp +++ b/sudio/rateshift/inc/rateshift.hpp @@ -10,6 +10,7 @@ #include #include #include +#include namespace rateshift { @@ -57,4 +58,4 @@ class CallbackResampler { std::vector resample(const std::vector& input, double sr_ratio, ConverterType converter_type, int channels); -} \ No newline at end of file +}