mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
bf2e1c9763
Summary: #import is common in Objective C, but is a vendor-specific extension of C++, which breaks MSVC compat. Fix an #import that made its way into C++ code. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [Internal] [Fixed] - Replace #import in C++ Header with #include Pull Request resolved: https://github.com/facebook/react-native/pull/31805 Reviewed By: sammy-SC Differential Revision: D29553429 Pulled By: javache fbshipit-source-id: d609981f0c6a756eafb58d50e98975625d08de21