Skip to content

Commit

Permalink
Add FoundationNetworking import for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichan Yoo committed Dec 2, 2024
1 parent 5ecdf9f commit 6a794b2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// SPDX-License-Identifier: Apache-2.0
//

#if canImport(FoundationNetworking)
import FoundationNetworking
#endif
import XCTest
import AWSS3

Expand Down

0 comments on commit 6a794b2

Please sign in to comment.