diff --git a/SDWebImage/UIImage+MultiFormat.m b/SDWebImage/UIImage+MultiFormat.m index a6905c9e..63ba8258 100644 --- a/SDWebImage/UIImage+MultiFormat.m +++ b/SDWebImage/UIImage+MultiFormat.m @@ -8,7 +8,10 @@ #import "UIImage+MultiFormat.h" #import "UIImage+GIF.h" + +#ifdef SD_WEBP #import "UIImage+WebP.h" +#endif @implementation UIImage (MultiFormat)