From 4b5e4cd1f21582f5e5fa682ab4e4bff252963468 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 29 Nov 2024 12:55:14 -0500 Subject: Change how types handle metamethods --- stdlib/tomo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stdlib/tomo.h') diff --git a/stdlib/tomo.h b/stdlib/tomo.h index 159b6426..03257937 100644 --- a/stdlib/tomo.h +++ b/stdlib/tomo.h @@ -13,6 +13,7 @@ #include "c_strings.h" #include "channels.h" #include "datatypes.h" +#include "enums.h" #include "functiontype.h" #include "integers.h" #include "memory.h" @@ -27,6 +28,7 @@ #include "rng.h" #include "shell.h" #include "siphash.h" +#include "structs.h" #include "tables.h" #include "text.h" #include "threads.h" -- cgit v1.2.3