diff --git a/Sources/Foundation.swift b/Sources/Foundation.swift index b1e61d5..27aa4bc 100644 --- a/Sources/Foundation.swift +++ b/Sources/Foundation.swift @@ -13,6 +13,9 @@ // import Foundation +#if os(iOS) || os(watchOS) || os(tvOS) + import struct CoreGraphics.CGFloat +#endif // MARK: Data Support