Fix missing import

This commit is contained in:
gingerBill
2024-06-28 10:32:16 +01:00
parent 9a4ffa79db
commit e15c5c4692

View File

@@ -1,6 +1,8 @@
//+build !windows !linux !darwin
package debug_trace
import "base:runtime"
_Context :: struct {
}