From e559cf32fe1f7151f94d714b04f0f85678ec3351 Mon Sep 17 00:00:00 2001 From: Colin Davidson Date: Sun, 19 Feb 2023 20:39:36 -0800 Subject: [PATCH] oops, add intrinsics import --- core/time/tsc_windows.odin | 1 + 1 file changed, 1 insertion(+) 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 {