Browse Source

Add missing import that was accidentally deleted before commit

gingerBill 11 months ago
parent
commit
d560dad0d8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/crypto/hash/hash_os.odin

+ 1 - 0
core/crypto/hash/hash_os.odin

@@ -1,6 +1,7 @@
 //+build !freestanding
 //+build !freestanding
 package crypto_hash
 package crypto_hash
 
 
+import "core:io"
 import "core:os"
 import "core:os"
 
 
 // hash_file will read the file provided by the given handle and return the
 // hash_file will read the file provided by the given handle and return the