From: will-lms Date: Thu, 5 Feb 2026 06:05:09 +0000 (-0500) Subject: metal : add missing includes (#19348) X-Git-Tag: upstream/0.0.8067~125 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=af252d0758b0d3ed67c57bad2a735abf53d21c55;p=pkg%2Fggml%2Fsources%2Fllama.cpp metal : add missing includes (#19348) --- diff --git a/ggml/src/ggml-metal/ggml-metal.cpp b/ggml/src/ggml-metal/ggml-metal.cpp index a616dcdb4..1c705362f 100644 --- a/ggml/src/ggml-metal/ggml-metal.cpp +++ b/ggml/src/ggml-metal/ggml-metal.cpp @@ -7,6 +7,9 @@ #include "ggml-metal-context.h" #include "ggml-metal-ops.h" +#include +#include + #define GGML_METAL_NAME "MTL" #define GGML_METAL_MAX_DEVICES 16