Skip to content

Commit daad2f3

Browse files
committed
Add missing header
1 parent bff2312 commit daad2f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-native/React/Fabric/Mounting/ComponentViews/View/RCTViewComponentView.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#if TARGET_OS_OSX // [macOS
3333
#import <React/RCTCursor.h>
3434
#import <React/RCTViewKeyboardEvent.h>
35+
#import <React/RCTUtils.h>
3536
#endif // macOS]
3637

3738
using namespace facebook::react;

0 commit comments

Comments
 (0)