From a5e5749e41de721c2e982f42f6ba27fc2b6d69c1 Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Mon, 4 Aug 2025 00:43:51 -0400 Subject: add projection nodes, fix peephole optimization --- strio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'strio.h') diff --git a/strio.h b/strio.h index 0d6c6f5..51cf44a 100644 --- a/strio.h +++ b/strio.h @@ -2,6 +2,7 @@ #define STRIO_H #include +#include #include "str.h" #include "arena.h" -- cgit v1.2.3