Skip to content

Commit af252d0

Browse files
authored
metal : add missing includes (ggml-org#19348)
1 parent 11fb327 commit af252d0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ggml/src/ggml-metal/ggml-metal.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
#include "ggml-metal-context.h"
88
#include "ggml-metal-ops.h"
99

10+
#include <mutex>
11+
#include <string>
12+
1013
#define GGML_METAL_NAME "MTL"
1114
#define GGML_METAL_MAX_DEVICES 16
1215

0 commit comments

Comments
 (0)