[Resampler] Include correct header file 10/299710/2
authorNishant Chaprana <n.chaprana@samsung.com>
Fri, 6 Oct 2023 12:31:32 +0000 (18:01 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Tue, 10 Oct 2023 05:15:19 +0000 (10:45 +0530)
Change-Id: I75ec2e915646b83bf4234c1bcd8148406357ee93
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
src/AudioResampler.cpp

index f6eb1ce..d675387 100644 (file)
@@ -30,7 +30,7 @@
  */
 
 #include <AudioResampler.h>
-#include <noise-suppression-vd-type.h>
+#include <noise-suppression-type.h>
 #include <log.h>
 #include <algorithm>