Skip to content

Commit

Permalink
Fix compilation error on iOS / watchOS / tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyball committed Feb 26, 2018
1 parent 8d6055a commit 8f476cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Foundation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
//

import Foundation
#if os(iOS) || os(watchOS) || os(tvOS)
import struct CoreGraphics.CGFloat
#endif

// MARK: Data Support

Expand Down

0 comments on commit 8f476cb

Please sign in to comment.