aboutsummaryrefslogtreecommitdiff
path: root/src/mem
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-02-23 01:32:47 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2025-02-23 01:32:47 +0200
commit00ea50354b38c6cd9ebb08c8141f48dd5392cd23 (patch)
tree3fd3435d30f0a32518a8dfe8ecc6c843f0e4c16f /src/mem
parent1a02154274b4925692ee0ad07d0bb8468ca9d69c (diff)
downloadgran-00ea50354b38c6cd9ebb08c8141f48dd5392cd23.tar.gz
gran-00ea50354b38c6cd9ebb08c8141f48dd5392cd23.zip
initial torus stuff
+ Not quite deadlock free for 2D/3D for whatever reason
Diffstat (limited to 'src/mem')
-rw-r--r--src/mem/simple_mem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/simple_mem.c b/src/mem/simple_mem.c
index 0a3a3ce..77d8319 100644
--- a/src/mem/simple_mem.c
+++ b/src/mem/simple_mem.c
@@ -6,6 +6,7 @@
#include <stdbool.h>
#include <gran/mem/simple_mem.h>
+#include <gran/torus3d/node.h>
struct simple_mem {
struct component component;