aboutsummaryrefslogtreecommitdiff
path: root/core/container/queue
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-01-25 16:41:31 +0000
committergingerBill <bill@gingerbill.org>2022-01-25 16:41:31 +0000
commitfb86c23dbd4c6e9dc82fcc72deb1ad59af5e07f0 (patch)
tree43e8a3e71ba693ae0cc6afc22f7f9a1d80d102d1 /core/container/queue
parentcb6a4ebf60aa33dd1134ca88ecfb0ece05a2d98b (diff)
Keep -vet happy
Diffstat (limited to 'core/container/queue')
-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) {