Skip to content

Commit

Permalink
Merge pull request #17 from tachyonics/master
Browse files Browse the repository at this point in the history
Support compilation under Swift 5.1/Linux.
  • Loading branch information
rafiki270 authored Sep 27, 2019
2 parents c15479e + 770fd1a commit f0fbfe1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
/.build
/Packages
*.xcodeproj
.swiftpm/
*.xcodeproj
4 changes: 4 additions & 0 deletions Sources/XMLCoding/XMLStackParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

import Foundation

#if canImport(FoundationXML)
import FoundationXML
#endif

//===----------------------------------------------------------------------===//
// Data Representation
//===----------------------------------------------------------------------===//
Expand Down

0 comments on commit f0fbfe1

Please sign in to comment.