From ed5a4afc8c308c6db12d29d89b70738033ff46ec Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 13 Jul 2021 15:54:56 +0100 Subject: Temporarily disable `-threaded-checker`; Restructure the untyped-expr-info system to be much more thread-friendly --- src/common.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.cpp') diff --git a/src/common.cpp b/src/common.cpp index 211fd4be4..9d528d723 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -27,6 +27,7 @@ #include #include +#include // Because I wanted the C++11 memory order semantics, of which gb.h does not offer (because it was a C89 library) gb_inline void zero_size(void *ptr, isize len) { memset(ptr, 0, len); -- cgit v1.2.3