diff options
| author | gingerBill <bill@gingerbill.org> | 2017-11-19 15:06:56 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-11-19 15:06:56 +0000 |
| commit | cec9f7abfe55a70fc7e56960eda1870aee596cbb (patch) | |
| tree | c29bf4b61514704af30a36d09967f8c0e57a04a4 /src/common.cpp | |
| parent | 284a9cd4c3f22be3b66b0a45406a0ea10fe508bf (diff) | |
Add `-debug` command (still in development)
Diffstat (limited to 'src/common.cpp')
| -rw-r--r-- | src/common.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.cpp b/src/common.cpp index 22e94ed84..9fee2fb19 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -112,6 +112,8 @@ u128 fnv128a(void const *data, isize len) { return h; } + + #include "map.cpp" #include "ptr_set.cpp" #include "string_set.cpp" |