1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-10 05:34:36 +00:00

Update imports for objc module

This commit is contained in:
Andrew Senetar 2022-03-09 05:01:12 -06:00
parent a02c5e5b9b
commit cbfa8720f1
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1

View File

@ -10,6 +10,8 @@
#include "common.h" #include "common.h"
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
#import <ImageIO/ImageIO.h>
#define RADIANS( degrees ) ( degrees * M_PI / 180 ) #define RADIANS( degrees ) ( degrees * M_PI / 180 )