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