From 6fc0738d6933342e1e6e00c05a3ec49bc344d97e Mon Sep 17 00:00:00 2001 From: Guilherme Lawless Date: Wed, 8 Jul 2020 16:01:11 +0100 Subject: [PATCH] Fix secure RPC build on msvc (#2838) --- nano/rpc/rpc_connection_secure.cpp | 1 + nano/rpc/rpc_secure.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/nano/rpc/rpc_connection_secure.cpp b/nano/rpc/rpc_connection_secure.cpp index d69efde4a9..503a0d9356 100644 --- a/nano/rpc/rpc_connection_secure.cpp +++ b/nano/rpc/rpc_connection_secure.cpp @@ -1,3 +1,4 @@ +#include #include #include diff --git a/nano/rpc/rpc_secure.cpp b/nano/rpc/rpc_secure.cpp index 2b81165b0f..4b9cc4fcae 100644 --- a/nano/rpc/rpc_secure.cpp +++ b/nano/rpc/rpc_secure.cpp @@ -1,3 +1,4 @@ +#include #include #include