Skip to content

Commit

Permalink
MASTER: Fix libwebp import
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Aug 8, 2015
1 parent 19c249e commit 532c09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DFImageManager/Source/WebP/UIImage+DFImageManagerWebP.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// THE SOFTWARE.

#import "UIImage+DFImageManagerWebP.h"
#import <webp/decode.h>
#import <libwebp/webp/decode.h>

@implementation UIImage (DFImageManagerWebP)

Expand Down

0 comments on commit 532c09a

Please sign in to comment.