Skip to content

Commit 2b2babd

Browse files
authored
ggml-virtgpu : include missing mutex header (ggml-org#22810)
Add missing `#include <mutex>` in ggml-backend-device.cpp. Fixes: ggml-org#22809 Signed-off-by: Oliver Walsh <owalsh@redhat.com>
1 parent 0b04728 commit 2b2babd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ggml/src/ggml-virtgpu/ggml-backend-device.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "ggml-remoting.h"
22

3+
#include <mutex>
4+
35
static const char * ggml_backend_remoting_device_get_name(ggml_backend_dev_t dev) {
46
virtgpu * gpu = DEV_TO_GPU(dev);
57

0 commit comments

Comments
 (0)