Skip to content

Commit

Permalink
Fix issue LiveUI#49 'HTTPURLResponse' is unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlasek committed Feb 16, 2020
1 parent 48367b8 commit f621ee7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/S3/Extensions/S3+Private.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
//

import Foundation
#if canImport(FoundationNetworking)
import FoundationNetworking
#endif
import Vapor
import HTTP

Expand Down

0 comments on commit f621ee7

Please sign in to comment.