diff --git a/ggml-phi-knc-dot_q5_K_q8_K.c b/ggml-phi-knc-dot_q5_K_q8_K.c index 651ad1684..67b9e6025 100644 --- a/ggml-phi-knc-dot_q5_K_q8_K.c +++ b/ggml-phi-knc-dot_q5_K_q8_K.c @@ -6,7 +6,13 @@ // Yes, we have to tell this header to actually export stuff. #define GGML_COMMON_IMPL_C -// For block_q5_K and block_q8_K +#include "ggml-common.h" +#include "ggml-quants.h" +#include "ggml-impl.h" + +// FIXME: why do we have to import this twice? +#define GGML_COMMON_IMPL_C +// For block_q5_K and block_q8_K. only given the second time. #include "ggml-common.h" /* A forward declaration, to keep GCC happy. */