diff options
| author | gingerBill <bill@gingerbill.org> | 2017-10-29 18:09:05 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-10-29 18:09:05 +0000 |
| commit | 3e05be8eb8b14729b63ee541d11b3deb19b38710 (patch) | |
| tree | 938e806dc49e06fbed11bd1a1fe718b481a935f6 /src/common.cpp | |
| parent | ae24a8e5ae77111cae24cd8d710b63636b737283 (diff) | |
`@(default_calling_convention = ...)` for `foreign` blocks
Diffstat (limited to 'src/common.cpp')
| -rw-r--r-- | src/common.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.cpp b/src/common.cpp index 1379db50d..22e94ed84 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -114,6 +114,7 @@ u128 fnv128a(void const *data, isize len) { #include "map.cpp" #include "ptr_set.cpp" +#include "string_set.cpp" #include "priority_queue.cpp" |