Skip to content

Commit

Permalink
(fix) build on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mredig committed Oct 11, 2024
1 parent 6d106a5 commit 8fe36ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/PhraseKit/CombinationVerifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// Website: https://markbattistella.com
//

#if canImport(NaturalLanguage)
import Foundation
import NaturalLanguage

Expand Down Expand Up @@ -41,3 +42,4 @@ internal class CombinationVerifier {
}
}
}
#endif

0 comments on commit 8fe36ff

Please sign in to comment.