Browse Source

Keep -vet happy

gingerBill 3 years ago
parent
commit
fb86c23dbd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/container/queue/queue.odin

+ 1 - 0
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) {