Skip to content

Commit 60716d7

Browse files
committed
Adding back necessary concrt.h include to ws_winrt.cpp.
1 parent 04c97b0 commit 60716d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Release/src/websockets/client/ws_winrt.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2626
****/
2727
#include "stdafx.h"
28+
#include <concrt.h>
2829

2930
// ws_winrt only available for Windows Store apps and Windows Phone 8.1
3031
#if (WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_PC_APP) || (WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_PHONE_APP) && _WIN32_WINNT == _WIN32_WINNT_WINBLUE)) && !defined(CPPREST_EXCLUDE_WEBSOCKETS)

0 commit comments

Comments
 (0)