Skip to content

Commit

Permalink
Fix MSVC 14.34 compilation (#10769)
Browse files Browse the repository at this point in the history
* Fix missing headers for MSVC 14.34

* Change files
  • Loading branch information
JunielKatarn committed Oct 20, 2022
1 parent ba17406 commit b03ca4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Fix missing headers for MSVC 14.34",
"packageName": "react-native-windows",
"email": "julio.rocha@microsoft.com",
"dependentChangeType": "patch"
}
1 change: 1 addition & 0 deletions vnext/Shared/Networking/IWebSocketResource.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <functional>
#include <map>
#include <memory>
#include <string>
#include <vector>

Expand Down

0 comments on commit b03ca4a

Please sign in to comment.