Skip to content

Commit

Permalink
Fixing windows/linux networking errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg committed Nov 15, 2024
1 parent 728eec6 commit e514764
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Segment/Utilities/Telemetry.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import Foundation
import Sovran
#if os(Linux) || os(Windows)
import FoundationNetworking
#endif

public struct RemoteMetric: Codable {
let type: String
Expand Down

0 comments on commit e514764

Please sign in to comment.