mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix MSVC build break in VS 2019 (#28253)
Summary: Updating react-native-windows to build with Visual Studio 2019 and the v142 toolset. ## Changelog [Internal] [Fixed] - Fix MSVC build break in VS 2019 Pull Request resolved: https://github.com/facebook/react-native/pull/28253 Test Plan: No real change, only adding a missing include for `stdexcept`. Reviewed By: cpojer Differential Revision: D20321273 Pulled By: shergin fbshipit-source-id: ffe8b4d3a96ce4ed1db303020d77a806637e88bc
This commit is contained in:
committed by
Facebook Github Bot
parent
c3d0729550
commit
460c698e5f
@@ -7,6 +7,7 @@
|
||||
|
||||
#include "TurboModuleBinding.h"
|
||||
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
#include <ReactCommon/LongLivedObject.h>
|
||||
|
||||
Reference in New Issue
Block a user