2
0
gingerBill 1 жил өмнө
parent
commit
e15c5c4692

+ 2 - 0
core/debug/trace/trace_nil.odin

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