From 961aec7384e6c4afeea5fa3f63abc198e7fe4d18 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 (#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 366c54ebe..e46970dad 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) {