diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-29 20:06:09 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-29 20:06:09 -0400 |
| commit | 05515d8645326efa3db6311f6be1be776452c68a (patch) | |
| tree | 15e58e72fc1aeec61017f02d8bf555e38a8dfda3 /stdlib/tomo.h | |
| parent | 8f7f66d7c894544c7c7e8ffae5d74e3cc602256f (diff) | |
Add DateTime
Diffstat (limited to 'stdlib/tomo.h')
| -rw-r--r-- | stdlib/tomo.h | 1 |
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" |
