From 1d321e592bee0f83b0a248db9b5a8241745f25d1 Mon Sep 17 00:00:00 2001 From: YangLe Date: Thu, 20 Nov 2025 19:54:54 +0800 Subject: [PATCH] metal : fix compile on macos 11 (whisper/3533) --- ggml/src/ggml-metal/ggml-metal-ops.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml/src/ggml-metal/ggml-metal-ops.cpp b/ggml/src/ggml-metal/ggml-metal-ops.cpp index 366c54ebec..e46970dad4 100644 --- a/ggml/src/ggml-metal/ggml-metal-ops.cpp +++ b/ggml/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) {