diff --git a/sycl/test-e2e/Matrix/Inputs/joint_matrix_bf16_fill_k_cache_impl.hpp b/sycl/test-e2e/Matrix/Inputs/joint_matrix_bf16_fill_k_cache_impl.hpp index aa43eb894fb0f..c363750396d86 100644 --- a/sycl/test-e2e/Matrix/Inputs/joint_matrix_bf16_fill_k_cache_impl.hpp +++ b/sycl/test-e2e/Matrix/Inputs/joint_matrix_bf16_fill_k_cache_impl.hpp @@ -9,6 +9,10 @@ #include #include +#ifdef _WIN32 +#include +#endif + #ifdef SLM #include "slm_utils.hpp" #endif