From 9265e303644396f178ee8a3b6e3f62a451efc945 Mon Sep 17 00:00:00 2001 From: Emil Ohlsson Date: Wed, 16 Apr 2025 12:31:23 +0200 Subject: [PATCH] Add unoredered map inclusion Signed-off-by: Emil Ohlsson --- test/tests/imatmul_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tests/imatmul_test.cpp b/test/tests/imatmul_test.cpp index bb1e54f2..b9fa5637 100644 --- a/test/tests/imatmul_test.cpp +++ b/test/tests/imatmul_test.cpp @@ -10,6 +10,7 @@ #include #include #include +#include #include "kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.h" #include "kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p_f16p_interface.h" -- GitLab