mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Explicitly include hermes.h in RCTHostTests.mm (#50022)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50022 RCTHostTests.mm calls `makeHermesRuntime`, which is from `hermes.h`. Explicitly include the header so that RCTHostTests isn't getting it indirectly. Changelog: [Internal] Reviewed By: javache Differential Revision: D71146426 fbshipit-source-id: 5a5f5a466e1920797c4531773ca23f53eb1203b7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8eaa8f5adb
commit
827db0a88b
@@ -15,6 +15,7 @@
|
||||
#import <ReactCommon/RCTHost.h>
|
||||
#import <ReactCommon/RCTInstance.h>
|
||||
#import <ReactCommon/RCTTurboModuleManager.h>
|
||||
#import <hermes/hermes.h>
|
||||
|
||||
#import <OCMock/OCMock.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user