Skip to content

Commit

Permalink
fix missing imports and set disable_infer_precompiled_header] [shard:…
Browse files Browse the repository at this point in the history
…2/3][1/2]

Reviewed By: rmaz

Differential Revision: D41796827

fbshipit-source-id: e2dc03e02854150901f71626a76b3370404d4f96
  • Loading branch information
RuslanLa authored and facebook-github-bot committed Dec 8, 2022
1 parent de28f9b commit 43e7f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions React/CxxModule/RCTNativeModule.mm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#import "RCTNativeModule.h"

#import <Foundation/Foundation.h>
#import <React/RCTBridge.h>
#import <React/RCTBridgeMethod.h>
#import <React/RCTBridgeModule.h>
Expand Down
1 change: 1 addition & 0 deletions React/CxxUtils/RCTFollyConvert.mm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#import "RCTFollyConvert.h"

#import <Foundation/Foundation.h>
#import <objc/runtime.h>

namespace facebook {
Expand Down

0 comments on commit 43e7f50

Please sign in to comment.