Skip to content

Commit

Permalink
fix: build error when using multiproject config
Browse files Browse the repository at this point in the history
  • Loading branch information
hendych committed Sep 18, 2020
1 parent dab6a3c commit fe161a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Classes/AnimatedImages/PINWebPAnimatedImage.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#import "NSData+ImageDetectors.h"

#import "demux.h"
#import "webp/demux.h"

@interface PINWebPAnimatedImage ()
{
Expand Down
2 changes: 1 addition & 1 deletion Source/Classes/Categories/PINImage+WebP.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "PINImage+WebP.h"

#if PIN_WEBP
#import "decode.h"
#import "webp/decode.h"

static void releaseData(void *info, const void *data, size_t size)
{
Expand Down

0 comments on commit fe161a4

Please sign in to comment.