From: YangLe Date: Thu, 20 Nov 2025 11:54:54 +0000 (+0800) Subject: metal : fix compile on macos 11 (whisper/3533) X-Git-Tag: upstream/0.9.4.395~159 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=6e445d15c4d5cdd573aad7452c21ec32a1e37c58;p=pkg%2Fggml%2Fsources%2Fggml metal : fix compile on macos 11 (whisper/3533) --- diff --git a/src/ggml-metal/ggml-metal-ops.cpp b/src/ggml-metal/ggml-metal-ops.cpp index 366c54eb..e46970da 100644 --- a/src/ggml-metal/ggml-metal-ops.cpp +++ b/src/ggml-metal/ggml-metal-ops.cpp @@ -11,6 +11,7 @@ #include #include #include +#include static ggml_metal_buffer_id ggml_metal_get_buffer_id(const ggml_tensor * t) { if (!t) {