aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.h')
-rw-r--r--src/world.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/world.h b/src/world.h
index e3bd3784..a6722a0c 100644
--- a/src/world.h
+++ b/src/world.h
@@ -19,9 +19,12 @@
#include "serd/serd.h"
+#include "nodes.h"
+
#include <stdio.h>
struct SerdWorldImpl {
+ SerdNodes* nodes;
SerdErrorSink error_sink;
void* error_handle;
uint32_t next_blank_id;