소스 검색

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)