فهرست منبع

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
 package crypto_hash
 
+import "core:io"
 import "core:os"
 
 // hash_file will read the file provided by the given handle and return the