Răsfoiți Sursa

Add missing import

Marcin Krzyżanowski 7 ani în urmă
părinte
comite
bd4383da8d
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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)