diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-08-20 18:28:21 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-08-20 18:28:21 +0100 |
| commit | 6c73f9d3fdc0249485ffc1e3314f1ed2750b60d0 (patch) | |
| tree | d9b27647cceb4a1bee53b37a48091f11b29c6f17 /src/common.cpp | |
| parent | 1161aa829d0823cfa3e2f4c93160b7b94b4b0a5c (diff) | |
Global variable dependency initialization ordering
Fuck graph theory
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 74fbbb019..06cb674dd 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -107,6 +107,8 @@ u128 fnv128a(void const *data, isize len) { } #include "map.cpp" +#include "ptr_set.cpp" +#include "priority_queue.cpp" |