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:
Nicola Corti
2024-03-26 12:37:49 -07:00
committed by Facebook GitHub Bot
parent 5ea947150e
commit bb02049a6a
@@ -7,7 +7,7 @@
#pragma once
#include <fb/fbjni.h>
#include <fbjni/fbjni.h>
#include <jsinspector-modern/HostTarget.h>
#include <react/jni/JExecutor.h>