aboutsummaryrefslogtreecommitdiff
path: root/src/common.c
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-06-05 18:01:41 +0100
committerGinger Bill <bill@gingerbill.org>2017-06-05 18:01:41 +0100
commiteba2c74bff8f987e4bec7572cb3b2031261c237d (patch)
tree5751a6c8f4cfddb4938621f49861b9392b427292 /src/common.c
parentebe5beaafd90bccaee2ece8510e61d2cbf7a81c2 (diff)
Allow 128 bit map keys
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c
index 77c9876b7..f7d16cf8a 100644
--- a/src/common.c
+++ b/src/common.c
@@ -17,6 +17,7 @@ gbAllocator heap_allocator(void) {
#include "string.c"
#include "array.c"
#include "integer128.c"
+#include "murmurhash3.c"
gb_global String global_module_path = {0};
gb_global bool global_module_path_set = false;