Skip to content

Commit

Permalink
Got it building on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenklassen8376 committed Jun 1, 2022
1 parent 8c4d8c8 commit 63ee2f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/CrestLib/Operation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ import AsyncHTTPClient
import Foundation
import KSSFoundation
import NIO
import NIOFoundationCompat
import NIOHTTP1

#if canImport(FoundationXML)
import FoundationXML
#endif


public struct Operation {
public let url: URL
Expand Down

0 comments on commit 63ee2f8

Please sign in to comment.