Skip to content

Commit

Permalink
Fix tests on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Jun 14, 2020
1 parent 75a8c4b commit ecca1f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/AnyLint/Checkers/TemplateChecker.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import Foundation
import Utility
#if canImport(FoundationNetworking)
import FoundationNetworking
#endif

/// The source of the subchecks to run.
public enum CheckSource {
Expand Down

0 comments on commit ecca1f2

Please sign in to comment.