Merge pull request #3353 from amonshiz/amonshiz/fix-3352
Fix #3352 Include necessary CoreImage import
This commit is contained in:
commit
91c9966d77
|
@ -12,6 +12,7 @@
|
|||
|
||||
#if SD_MAC
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
#import <CoreImage/CIFilter.h>
|
||||
#endif
|
||||
|
||||
#pragma mark - Activity Indicator
|
||||
|
|
Loading…
Reference in New Issue