Skip to content

Commit

Permalink
Fixes the build on newer versions of Xcode (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmoon committed Oct 23, 2020
1 parent 341ec3b commit ad7c50e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Classes/PINDisplayLink.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

#if SWIFT_PACKAGE
@import CoreVideo.CVDisplayLink;
#else
#import <CoreVideo/CoreVideo.h>
#endif

@interface PINDisplayLink ()
Expand Down

0 comments on commit ad7c50e

Please sign in to comment.