Skip to content

Commit ad7c50e

Browse files
authored
Fixes the build on newer versions of Xcode (#581)
1 parent 341ec3b commit ad7c50e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/Classes/PINDisplayLink.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
#if SWIFT_PACKAGE
1313
@import CoreVideo.CVDisplayLink;
14+
#else
15+
#import <CoreVideo/CoreVideo.h>
1416
#endif
1517

1618
@interface PINDisplayLink ()

0 commit comments

Comments
 (0)