aboutsummaryrefslogtreecommitdiff
path: root/stdlib/tomo.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-29 20:06:09 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-29 20:06:09 -0400
commit05515d8645326efa3db6311f6be1be776452c68a (patch)
tree15e58e72fc1aeec61017f02d8bf555e38a8dfda3 /stdlib/tomo.h
parent8f7f66d7c894544c7c7e8ffae5d74e3cc602256f (diff)
Add DateTime
Diffstat (limited to 'stdlib/tomo.h')
-rw-r--r--stdlib/tomo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/tomo.h b/stdlib/tomo.h
index d1e61a5d..515bb8da 100644
--- a/stdlib/tomo.h
+++ b/stdlib/tomo.h
@@ -15,6 +15,7 @@
#include "c_strings.h"
#include "channels.h"
#include "datatypes.h"
+#include "datetime.h"
#include "functiontype.h"
#include "integers.h"
#include "memory.h"