Skip to content

Commit a31f95d

Browse files
author
Fernando Fernandes
committed
Fix Heroku/Linux import issue
1 parent e292dca commit a31f95d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/SwiftTrader/Network/Util/Signee.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
import Crypto
99
import Foundation
10+
#if canImport(FoundationNetworking)
11+
import FoundationNetworking
12+
#endif
1013

1114
/// Holds generic algorithms to sign network requests (e.g.: `SHA256 HMAC`).
1215
public struct NetworkRequestSignee {

0 commit comments

Comments
 (0)