aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-08-02 12:32:18 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-08-02 12:32:18 +0100
commit620bf162a048fdf29fdfcedc12abae79cffeedf4 (patch)
tree0cac112f7f7d2c0983280b4acb0e9e1688dafa70 /src/common.cpp
parentbb4bc316a4bd86774953f1e8fcefffb5ed8bbf37 (diff)
Cache const `string16` in LLVM
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.cpp b/src/common.cpp
index b3761fc36..53848cacf 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -350,6 +350,7 @@ gb_global bool global_module_path_set = false;
#include "ptr_map.cpp"
#include "ptr_set.cpp"
#include "string_map.cpp"
+#include "string16_map.cpp"
#include "string_set.cpp"
#include "priority_queue.cpp"
#include "thread_pool.cpp"