Skip to content

Commit e9a2d87

Browse files
committed
Adding concrt.h include for Dev11.
1 parent e52cb91 commit e9a2d87

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Release/tests/functional/http/listener/connections_and_errors.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717

1818
#include <cpprest/http_client.h>
1919

20+
// For single_core test case.
21+
#if defined(_WIN32) && _MSC_VER < 1900
22+
#include <concrt.h>
23+
#endif
24+
2025
using namespace utility;
2126
using namespace web;
2227
using namespace web::http;

0 commit comments

Comments
 (0)