Переглянути джерело

Add missing import that was accidentally deleted before commit

gingerBill 1 рік тому
батько
коміт
d560dad0d8
1 змінених файлів з 1 додано та 0 видалено
  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