From 6fa0a98936d8790a95122e79eb4be5a736f66bff Mon Sep 17 00:00:00 2001 From: Zakaria Dahbi Date: Tue, 4 Nov 2025 12:22:05 +0000 Subject: [PATCH] Fix missing includes: and during build --- src/fcwt/fcwt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/fcwt/fcwt.h b/src/fcwt/fcwt.h index d299b13..3f157c6 100644 --- a/src/fcwt/fcwt.h +++ b/src/fcwt/fcwt.h @@ -35,6 +35,8 @@ limitations under the License. #include #include +#include +#include #ifndef SINGLE_THREAD #include