diff options
| author | gingerBill <bill@gingerbill.org> | 2024-06-28 10:32:16 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-06-28 10:32:16 +0100 |
| commit | e15c5c4692adb746bff6e7f85ca653b59ccb5384 (patch) | |
| tree | 5c57c5ba06afec036c7feccb049f156c08234678 /core/debug | |
| parent | 9a4ffa79db65c565c7de96dcd1f59ebb64ee0532 (diff) | |
Fix missing import
Diffstat (limited to 'core/debug')
| -rw-r--r-- | core/debug/trace/trace_nil.odin | 2 |
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 { } |