aboutsummaryrefslogtreecommitdiff
path: root/core/debug
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-06-28 10:32:16 +0100
committergingerBill <bill@gingerbill.org>2024-06-28 10:32:16 +0100
commite15c5c4692adb746bff6e7f85ca653b59ccb5384 (patch)
tree5c57c5ba06afec036c7feccb049f156c08234678 /core/debug
parent9a4ffa79db65c565c7de96dcd1f59ebb64ee0532 (diff)
Fix missing import
Diffstat (limited to 'core/debug')
-rw-r--r--core/debug/trace/trace_nil.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/debug/trace/trace_nil.odin b/core/debug/trace/trace_nil.odin
index 40478898b..33cf31364 100644
--- a/core/debug/trace/trace_nil.odin
+++ b/core/debug/trace/trace_nil.odin
@@ -1,6 +1,8 @@
//+build !windows !linux !darwin
package debug_trace
+import "base:runtime"
+
_Context :: struct {
}