aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/tomo.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-06-22 12:12:23 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-06-22 12:12:23 -0400
commit39501916acc08208360d9f920af425d0e8e230bb (patch)
tree3226ee1eb3113fdc1c8473fba872dcfa405b616c /src/stdlib/tomo.h
parentd7a79d7f2f7d96a5bcc3635a14be9771fc76d550 (diff)
Add decimal numbers
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 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"