From 9523b0543a4cec93bef7fff0fcbca706f53ad919 Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Mon, 13 Jun 2016 01:47:00 +0300 Subject: [PATCH] Correct import of MapKit --- SDWebImage/MKAnnotationView+WebCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDWebImage/MKAnnotationView+WebCache.h b/SDWebImage/MKAnnotationView+WebCache.h index a7e7b743..f056218f 100644 --- a/SDWebImage/MKAnnotationView+WebCache.h +++ b/SDWebImage/MKAnnotationView+WebCache.h @@ -10,7 +10,7 @@ #if SD_UIKIT || SD_MAC -#import "MapKit/MapKit.h" +#import #import "SDWebImageManager.h" /**