Skip to content

Commit

Permalink
Merge pull request #3 from massiveinteractive/feature/linux-support-d…
Browse files Browse the repository at this point in the history
…evelop-3.0.3

fix(linux support): add the missing import for linux
  • Loading branch information
emirandm authored Jan 25, 2021
2 parents f4bebeb + c310cff commit 32ffc1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/SwagGen/GenerateCommand.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import Foundation
#if canImport(FoundationNetworking)
import FoundationNetworking
#endif
import PathKit
import Rainbow
import SwagGenKit
Expand Down

0 comments on commit 32ffc1d

Please sign in to comment.