Skip to content

Commit af7caf0

Browse files
authored
Merge pull request #12 from kpouget/ramalama
Allow building inside RamaLama ubi9 image
2 parents ade0886 + 5c93fb3 commit af7caf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-remotingfrontend/virtgpu-shm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <cassert>
44
#include <cstdint>
55
#include <cstddef>
6-
#include <stdatomic.h>
6+
#include <atomic>
77
#include <sys/mman.h>
88

99
#include "virtgpu.h"

0 commit comments

Comments
 (0)