ggml-virtgpu : include missing mutex header (llama/22810)
Add missing `#include <mutex>` in ggml-backend-device.cpp. Fixes: #22809 Signed-off-by: Oliver Walsh <owalsh@redhat.com>
This commit is contained in:
parent
5f08683bb6
commit
73f63f5295
|
|
@ -1,5 +1,7 @@
|
|||
#include "ggml-remoting.h"
|
||||
|
||||
#include <mutex>
|
||||
|
||||
static const char * ggml_backend_remoting_device_get_name(ggml_backend_dev_t dev) {
|
||||
virtgpu * gpu = DEV_TO_GPU(dev);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue