aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/node_rpc_proxy.cpp
diff options
context:
space:
mode:
authormj-xmr <mjxmr@protonmail.com>2020-11-09 20:49:11 +0100
committermj-xmr <mjxmr@protonmail.com>2021-02-06 08:18:42 +0100
commitdc48de74e80140d90052c0ebdba31769edb34a0f (patch)
tree8a2755ab5fac911089995a5b1a338a8a1ba3cdcf /src/wallet/node_rpc_proxy.cpp
parentMerge pull request #7260 (diff)
downloadmonero-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.cpp2
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); \