From 6008c96c1a6324b5706e50454f97a41449c851af Mon Sep 17 00:00:00 2001 From: Peter Conrad Date: Mon, 24 Jun 2019 13:30:24 +0200 Subject: [PATCH] Allow more space for windows sockets due to fc::future changes --- include/fc/network/tcp_socket.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fc/network/tcp_socket.hpp b/include/fc/network/tcp_socket.hpp index fe6b837..9bb6ea5 100644 --- a/include/fc/network/tcp_socket.hpp +++ b/include/fc/network/tcp_socket.hpp @@ -51,7 +51,7 @@ namespace fc { friend class tcp_server; class impl; #ifdef _WIN64 - fc::fwd my; + fc::fwd my; #else fc::fwd my; #endif