Skip to content

Commit

Permalink
Add Linux support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherlouk committed Aug 13, 2021
1 parent ee20577 commit 1a0dd31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/StormGlass/Networking/SGNetworking.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import Foundation

#if canImport(FoundationNetworking)
import FoundationNetworking
#endif

public struct SGRequest<Endpoint: SGEndpoint> {
internal let endpoint: Endpoint
internal let apiKeyOverride: String?
Expand Down

0 comments on commit 1a0dd31

Please sign in to comment.