aboutsummaryrefslogtreecommitdiff
path: root/core/container/queue/queue.odin
diff options
context:
space:
mode:
Diffstat (limited to 'core/container/queue/queue.odin')
-rw-r--r--core/container/queue/queue.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/container/queue/queue.odin b/core/container/queue/queue.odin
index feca6934c..8ca3a85ac 100644
--- a/core/container/queue/queue.odin
+++ b/core/container/queue/queue.odin
@@ -2,6 +2,7 @@ package container_queue
import "core:builtin"
import "core:runtime"
+_ :: runtime
// Dynamically resizable double-ended queue/ring-buffer
Queue :: struct($T: typeid) {