Skip to content

Commit

Permalink
Fix secure RPC build on msvc (#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermelawless authored and Russel committed Jul 8, 2020
1 parent 34365ac commit 6fc0738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nano/rpc/rpc_connection_secure.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <nano/boost/asio/bind_executor.hpp>
#include <nano/rpc/rpc_connection_secure.hpp>
#include <nano/rpc/rpc_secure.hpp>

Expand Down
1 change: 1 addition & 0 deletions nano/rpc/rpc_secure.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <nano/boost/asio/bind_executor.hpp>
#include <nano/rpc/rpc_connection_secure.hpp>
#include <nano/rpc/rpc_secure.hpp>

Expand Down

0 comments on commit 6fc0738

Please sign in to comment.