Skip to content

Commit a6a0e4b

Browse files
Fix compilation errors
1 parent aefb5a5 commit a6a0e4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/networking_tests/http_server_api_tests/http_server_api_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ struct raw_http_client
10731073

10741074
void close()
10751075
{
1076-
std::error_code ec;
1076+
::asio::error_code ec;
10771077
socket_.shutdown(::asio::ip::tcp::socket::shutdown_both, ec);
10781078
socket_.close(ec);
10791079
}

0 commit comments

Comments
 (0)