]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
metal : add missing includes (#19348)
authorwill-lms <redacted>
Thu, 5 Feb 2026 06:05:09 +0000 (01:05 -0500)
committerGitHub <redacted>
Thu, 5 Feb 2026 06:05:09 +0000 (08:05 +0200)
ggml/src/ggml-metal/ggml-metal.cpp

index a616dcdb46171d07f5ae5a0b128922e0d1ceaff4..1c705362fb7a01dd393db0000c331209d27d20a5 100644 (file)
@@ -7,6 +7,9 @@
 #include "ggml-metal-context.h"
 #include "ggml-metal-ops.h"
 
+#include <mutex>
+#include <string>
+
 #define GGML_METAL_NAME "MTL"
 #define GGML_METAL_MAX_DEVICES 16