Skip to content

Commit a8b4f04

Browse files
Add objc runtime for compiling componentkit in open source
Summary: `CKCellDeallocUnmounter.mm` was not compiling in OSS, so had to import runtime.h file. It needs this header file for `objc_getAssociatedObject ` and `objc_setAssociatedObject` Reviewed By: Andrey-Mishanin Differential Revision: D8041370 fbshipit-source-id: 21498510af4a24b9653c812cf59c826848624b9e
1 parent aa537f6 commit a8b4f04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ComponentKit/DataSources/Common/CKCellDeallocUnmounter.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*/
1010

1111
#import "CKCellDeallocUnmounter.h"
12+
#import <objc/runtime.h>
1213

1314
@interface CKCellDeallocUnmounter : NSObject
1415

0 commit comments

Comments
 (0)