Skip to content

Commit

Permalink
Fix header import inside ReactInstanceManagerInspectorTarget.h (#43657)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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
  • Loading branch information
cortinico authored and facebook-github-bot committed Mar 26, 2024
1 parent 5ea9471 commit bb02049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#pragma once

#include <fb/fbjni.h>
#include <fbjni/fbjni.h>
#include <jsinspector-modern/HostTarget.h>
#include <react/jni/JExecutor.h>

Expand Down

0 comments on commit bb02049

Please sign in to comment.