From 4511300081ea9cf2b773059d64cba78a6b7a0041 Mon Sep 17 00:00:00 2001 From: Peter Conrad Date: Tue, 9 Apr 2019 08:46:56 +0200 Subject: [PATCH] Minor fixes for Windows --- include/fc/io/iostream.hpp | 1 + include/fc/network/http/connection.hpp | 1 + include/fc/network/tcp_socket.hpp | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/fc/io/iostream.hpp b/include/fc/io/iostream.hpp index 9fa592b..3e68440 100644 --- a/include/fc/io/iostream.hpp +++ b/include/fc/io/iostream.hpp @@ -1,5 +1,6 @@ #pragma once #include +#include namespace fc { diff --git a/include/fc/network/http/connection.hpp b/include/fc/network/http/connection.hpp index 8a34076..466d111 100644 --- a/include/fc/network/http/connection.hpp +++ b/include/fc/network/http/connection.hpp @@ -1,5 +1,6 @@ #pragma once #include +#include #include namespace fc { diff --git a/include/fc/network/tcp_socket.hpp b/include/fc/network/tcp_socket.hpp index 59fcb73..fe6b837 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