diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-02-15 21:39:05 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-02-15 21:39:05 -0500 |
| commit | 4c410a1e3a0996344dab3b74edb6d8939f719d4a (patch) | |
| tree | f2f6eed7cfb5994f73b9942cadd7141d3c6cff71 /src/wallet/node_rpc_proxy.cpp | |
| parent | 4ee301c687fefe928102024bf772ee511eed7df5 (diff) | |
| parent | dc48de74e80140d90052c0ebdba31769edb34a0f (diff) | |
| download | monzero-core-4c410a1e3a0996344dab3b74edb6d8939f719d4a.tar.gz monzero-core-4c410a1e3a0996344dab3b74edb6d8939f719d4a.tar.xz monzero-core-4c410a1e3a0996344dab3b74edb6d8939f719d4a.zip | |
Merge pull request #7000
dc48de7 Reduce compilation time of epee/portable_storage.h (mj-xmr)
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); \ |
