diff options
author | mj-xmr <mjxmr@protonmail.com> | 2020-11-09 20:49:11 +0100 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2021-02-06 08:18:42 +0100 |
commit | dc48de74e80140d90052c0ebdba31769edb34a0f (patch) | |
tree | 8a2755ab5fac911089995a5b1a338a8a1ba3cdcf /src/wallet/node_rpc_proxy.cpp | |
parent | Merge pull request #7260 (diff) | |
download | monero-dc48de74e80140d90052c0ebdba31769edb34a0f.tar.xz |
Reduce compilation time of epee/portable_storage.h
Diffstat (limited to 'src/wallet/node_rpc_proxy.cpp')
-rw-r--r-- | src/wallet/node_rpc_proxy.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/node_rpc_proxy.cpp b/src/wallet/node_rpc_proxy.cpp index 48a602bf3..a576c267c 100644 --- a/src/wallet/node_rpc_proxy.cpp +++ b/src/wallet/node_rpc_proxy.cpp @@ -32,6 +32,8 @@ #include "rpc/rpc_payment_costs.h" #include "storages/http_abstract_invoke.h" +#include <boost/thread.hpp> + #define RETURN_ON_RPC_RESPONSE_ERROR(r, error, res, method) \ do { \ CHECK_AND_ASSERT_MES(error.code == 0, error.message, error.message); \ |