Skip to content

add missing mutex include to HostTarget.h#57572

Open
etodanik wants to merge 1 commit into
react:mainfrom
etodanik:patch-1
Open

add missing mutex include to HostTarget.h#57572
etodanik wants to merge 1 commit into
react:mainfrom
etodanik:patch-1

Conversation

@etodanik

Copy link
Copy Markdown
Contributor

std::mutex is used here without the include, which fails to compile on MSVC

Summary:

I'm going through MSVC compilation now, and this was one of the issues. We're using std::mutex without explicitly including it.

Changelog:

[GENERAL] [FIXED] - added missing mutex include in HostTarget.h

Test Plan:

Compile react native.

std::mutex is used here without the include, which fails to compile on MSVC
@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 15, 2026
@etodanik

Copy link
Copy Markdown
Contributor Author

Pinging some maintainers who touched this last to get some eyeballs on it.
@sammy-SC @huntie @motiz88 @hoxyq

@facebook-github-tools facebook-github-tools Bot added the Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team. label Jul 15, 2026
@meta-codesync

meta-codesync Bot commented Jul 16, 2026

Copy link
Copy Markdown

@huntie has imported this pull request. If you are a Meta employee, you can view this in D112326485.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Shared with Meta Applied via automation to indicate that an Issue or Pull Request has been shared with the team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant