diff options
Diffstat (limited to 'src/common.c')
| -rw-r--r-- | src/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c index d31596e94..77c9876b7 100644 --- a/src/common.c +++ b/src/common.c @@ -16,6 +16,7 @@ gbAllocator heap_allocator(void) { #include "unicode.c" #include "string.c" #include "array.c" +#include "integer128.c" gb_global String global_module_path = {0}; gb_global bool global_module_path_set = false; |