diff --git a/core/time/tsc_windows.odin b/core/time/tsc_windows.odin index 635aac2c1..6e8ff8d0a 100644 --- a/core/time/tsc_windows.odin +++ b/core/time/tsc_windows.odin @@ -2,6 +2,7 @@ //+build windows package time +import "core:instrinsics" import win32 "core:sys/windows" _get_tsc_frequency :: proc "contextless" () -> u64 {