From: will-lms Date: Thu, 5 Feb 2026 06:05:09 +0000 (-0500) Subject: metal : add missing includes (llama/19348) X-Git-Tag: v0.9.7~54 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=21bb13104e36b6ec4e24793aa63dd58749c9939a;p=pkg%2Fggml%2Fsources%2Fggml metal : add missing includes (llama/19348) --- diff --git a/src/ggml-metal/ggml-metal.cpp b/src/ggml-metal/ggml-metal.cpp index a616dcdb..1c705362 100644 --- a/src/ggml-metal/ggml-metal.cpp +++ b/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