aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-11-05 16:34:37 +0000
committergingerBill <bill@gingerbill.org>2021-11-05 16:34:37 +0000
commite95204908a12d4386ba9bda6de1fed7c73f66d29 (patch)
tree633e2b4e1b9c8498235004c23cd9cd157d748bdd /src/common.cpp
parente963fc4d6a2b8fc63f46bb57b2c727999ce39e29 (diff)
Add `PtrMap`, begin working change `Map` to `PtrMap` where possible
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 7af7026b9..5d7c87b6d 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -277,6 +277,7 @@ gb_global bool global_module_path_set = false;
#include "string_map.cpp"
#include "map.cpp"
+#include "ptr_map.cpp"
#include "ptr_set.cpp"
#include "string_set.cpp"
#include "priority_queue.cpp"