aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
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 a77051711..f430e69d8 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -167,6 +167,7 @@ GB_ALLOCATOR_PROC(heap_allocator_proc) {
#include "unicode.cpp"
#include "array.cpp"
#include "string.cpp"
+#include "queue.cpp"
#define for_array(index_, array_) for (isize index_ = 0; index_ < (array_).count; index_++)