aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/tomo.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-30 15:47:04 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-30 15:47:04 -0400
commitd853d7b8dc1586f6b2fad3bf05998bfbe935b8f3 (patch)
tree7ea504abe9c09b9d270f2d08bb5627093b1fc986 /src/stdlib/tomo.h
parent38d6189d4335bbcdc38f0c31cf769082b96f22fa (diff)
Fix visibility of gc_memory_stream
Diffstat (limited to 'src/stdlib/tomo.h')
-rw-r--r--src/stdlib/tomo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/tomo.h b/src/stdlib/tomo.h
index 61dba404..567e5d14 100644
--- a/src/stdlib/tomo.h
+++ b/src/stdlib/tomo.h
@@ -24,6 +24,7 @@
#include "paths.h"
#include "patterns.h"
#include "pointers.h"
+#include "print.h"
#include "rng.h"
#include "siphash.h"
#include "structs.h"