From d560dad0d84f2a2c830810bb44b8e250a494511f Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 19 Sep 2024 12:09:30 +0100 Subject: [PATCH] Add missing import that was accidentally deleted before commit --- core/crypto/hash/hash_os.odin | 1 + 1 file changed, 1 insertion(+) diff --git a/core/crypto/hash/hash_os.odin b/core/crypto/hash/hash_os.odin index d69f21237..1fbaab3fe 100644 --- a/core/crypto/hash/hash_os.odin +++ b/core/crypto/hash/hash_os.odin @@ -1,6 +1,7 @@ //+build !freestanding package crypto_hash +import "core:io" import "core:os" // hash_file will read the file provided by the given handle and return the