diff --git a/Sources/Zip/Zip.swift b/Sources/Zip/Zip.swift index 3bc65b61..c08d86da 100644 --- a/Sources/Zip/Zip.swift +++ b/Sources/Zip/Zip.swift @@ -8,6 +8,9 @@ import Foundation @_implementationOnly import CMinizip +#if os(Windows) +import WinSDK +#endif /// Main class that handles zipping and unzipping of files. public class Zip {