Skip to content

Commit

Permalink
Merge pull request #3 from pkrll/fix/linux
Browse files Browse the repository at this point in the history
Add conditional import for Linux compatibility
  • Loading branch information
pkrll authored Jul 23, 2021
2 parents d3aa7c7 + 0b2e118 commit 1e6de43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Deta/Core/Deta.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import Foundation
import NetworkStack
#if canImport(FoundationNetworking)
import FoundationNetworking
#endif

public final class Deta {

Expand Down

0 comments on commit 1e6de43

Please sign in to comment.