Skip to content

Commit 4db82e1

Browse files
author
Luc Dion
committed
Fix build
1 parent b91a64a commit 4db82e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/Extensions/PEdgeInsets+Operators.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#if os(iOS) || os(tvOS)
2+
import UIKit
3+
#else
4+
import AppKit
5+
#endif
16

27
public extension PEdgeInsets {
38
public func minInsets(_ insets: PEdgeInsets) -> PEdgeInsets {

0 commit comments

Comments
 (0)