diff --git a/src/llama-dflash.cpp b/src/llama-dflash.cpp index ae630b31..38c024c5 100644 --- a/src/llama-dflash.cpp +++ b/src/llama-dflash.cpp @@ -9,6 +9,10 @@ #include "ggml.h" #include "ggml-backend.h" +#ifdef GGML_USE_METAL +# include "ggml-metal.h" +#endif + #include #include #include