From 39501916acc08208360d9f920af425d0e8e230bb Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 22 Jun 2025 12:12:23 -0400 Subject: Add decimal numbers --- src/stdlib/tomo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stdlib/tomo.h') diff --git a/src/stdlib/tomo.h b/src/stdlib/tomo.h index 63abd2d6..62139ea4 100644 --- a/src/stdlib/tomo.h +++ b/src/stdlib/tomo.h @@ -11,6 +11,7 @@ #include "bytes.h" #include "c_strings.h" #include "datatypes.h" +#include "decimals.h" #include "enums.h" #include "functiontype.h" #include "integers.h" -- cgit v1.2.3