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.h | |
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.h')
-rw-r--r-- | src/wallet/node_rpc_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/node_rpc_proxy.h b/src/wallet/node_rpc_proxy.h index 51b7f01dd..f5e3fca5f 100644 --- a/src/wallet/node_rpc_proxy.h +++ b/src/wallet/node_rpc_proxy.h @@ -30,6 +30,7 @@ #include <string> #include <boost/thread/mutex.hpp> +#include <boost/thread/recursive_mutex.hpp> #include "include_base_utils.h" #include "net/abstract_http_client.h" #include "rpc/core_rpc_server_commands_defs.h" |