mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix header import inside ReactInstanceManagerInspectorTarget.h (#43657)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43657 This include is not correct and is breaking the OSS build Changelog: [Internal] [Changed] - Fix header import inside ReactInstanceManagerInspectorTarget.h Reviewed By: rshest Differential Revision: D55368321 fbshipit-source-id: 0530257ad5c548476beb882174d73842775b3726
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5ea947150e
commit
bb02049a6a
+1
-1
@@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <fb/fbjni.h>
|
||||
#include <fbjni/fbjni.h>
|
||||
#include <jsinspector-modern/HostTarget.h>
|
||||
#include <react/jni/JExecutor.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user