Procházet zdrojové kódy

Add missing import that was accidentally deleted before commit

gingerBill před 1 rokem
rodič
revize
d560dad0d8
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      core/crypto/hash/hash_os.odin

+ 1 - 0
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