Fix secure RPC build on msvc (#2838)

This commit is contained in:
Guilherme Lawless 2020-07-08 16:01:11 +01:00 committed by GitHub
commit 5c8d13f952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#include <nano/boost/asio/bind_executor.hpp>
#include <nano/rpc/rpc_connection_secure.hpp>
#include <nano/rpc/rpc_secure.hpp>

View file

@ -1,3 +1,4 @@
#include <nano/boost/asio/bind_executor.hpp>
#include <nano/rpc/rpc_connection_secure.hpp>
#include <nano/rpc/rpc_secure.hpp>