diff --git a/ggml/src/gguf.cpp b/ggml/src/gguf.cpp index c4b9b54290ea..ffbfccec4a60 100644 --- a/ggml/src/gguf.cpp +++ b/ggml/src/gguf.cpp @@ -14,6 +14,7 @@ #include #include #include +#include #include "moz-overrides.h" diff --git a/src/llama-model-loader.cpp b/src/llama-model-loader.cpp index e3e93b135e96..d75719583881 100644 --- a/src/llama-model-loader.cpp +++ b/src/llama-model-loader.cpp @@ -11,6 +11,7 @@ #include #include #include +#include #include "moz-overrides.h" diff --git a/ggml/src/ggml-metal/ggml-metal.cpp b/ggml/src/ggml-metal/ggml-metal.cpp --- a/ggml/src/ggml-metal/ggml-metal.cpp +++ b/ggml/src/ggml-metal/ggml-metal.cpp @@ -7,6 +7,7 @@ #include "ggml-metal-context.h" #include "ggml-metal-ops.h" +#include #include #include