From 04a395ea7364143fb9b2aa8b516fcb36c356c84c Mon Sep 17 00:00:00 2001 From: Aaron Teo Date: Sat, 21 Jun 2025 20:11:51 +0800 Subject: [PATCH] ggml-cpu: switch to quotes for import Signed-off-by: Aaron Teo --- ggml/src/ggml-impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-impl.h b/ggml/src/ggml-impl.h index e8772b376..28495e002 100644 --- a/ggml/src/ggml-impl.h +++ b/ggml/src/ggml-impl.h @@ -30,7 +30,7 @@ #if defined(GGML_VXE) #include -#include +#include "ggml-cpu/arch/s390/typedef.h" #endif #if defined(GGML_NNPA)