Explorar o código

Add missing import

Marcin Krzyżanowski %!s(int64=7) %!d(string=hai) anos
pai
achega
bd4383da8d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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)