Skip to content

Commit

Permalink
fixed cocoapods reggresion from master
Browse files Browse the repository at this point in the history
  • Loading branch information
3a4oT committed Mar 5, 2021
1 parent 640d1be commit 69e0d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/IGListDiffKit/IGListBatchUpdateData.mm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

#import "IGListBatchUpdateData.h"

#if __has_include(<UIKit/UIKit.h>)
#import <UIKit/UIKit.h>
#endif

#import <unordered_map>

Expand Down
2 changes: 2 additions & 0 deletions Source/IGListDiffKit/IGListDiff.mm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@

#import "IGListDiff.h"

#if __has_include(<UIKit/UIKit.h>)
#import <UIKit/UIKit.h>
#endif

#import <stack>
#import <unordered_map>
Expand Down

0 comments on commit 69e0d96

Please sign in to comment.