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)