瀏覽代碼

Add missing import

Marcin Krzyżanowski 7 年之前
父節點
當前提交
bd4383da8d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Sources/CryptoSwift/UInt128.swift

+ 2 - 0
Sources/CryptoSwift/UInt128.swift

@@ -13,6 +13,8 @@
 //  - This notice may not be removed or altered from any source or binary distribution.
 //
 
+import Foundation
+
 struct UInt128: Equatable, ExpressibleByIntegerLiteral {
     let i: (a: UInt64, b: UInt64)