From 2d51fd7321c3107a2cf1110878daa50fa4121717 Mon Sep 17 00:00:00 2001 From: Gandalf-the-Grey Date: Tue, 22 Jul 2014 10:04:55 -0400 Subject: [PATCH] Fix compile fc on Win64 tcp_socket needs a bit (two dozens of) more space. --- 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 1159654..384b65d 100644 --- a/include/fc/network/tcp_socket.hpp +++ b/include/fc/network/tcp_socket.hpp @@ -49,7 +49,7 @@ namespace fc { friend class tcp_server; class impl; #ifdef _WIN64 - fc::fwd my; + fc::fwd my; #else fc::fwd my; #endif