metal : add missing includes (#19348)

This commit is contained in:
will-lms 2026-02-05 01:05:09 -05:00 committed by GitHub
parent 11fb327bf3
commit af252d0758
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View 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