From 00e102ab4d0e127060bf15e0bbfac48309c8c8b1 Mon Sep 17 00:00:00 2001 From: Nishant Chaprana Date: Fri, 6 Oct 2023 18:01:32 +0530 Subject: [PATCH] [Resampler] Include correct header file Change-Id: I75ec2e915646b83bf4234c1bcd8148406357ee93 Signed-off-by: Nishant Chaprana --- src/AudioResampler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AudioResampler.cpp b/src/AudioResampler.cpp index f6eb1ce..d675387 100644 --- a/src/AudioResampler.cpp +++ b/src/AudioResampler.cpp @@ -30,7 +30,7 @@ */ #include -#include +#include #include #include -- 2.7.4