From dc48de74e80140d90052c0ebdba31769edb34a0f Mon Sep 17 00:00:00 2001 From: mj-xmr Date: Mon, 9 Nov 2020 20:49:11 +0100 Subject: Reduce compilation time of epee/portable_storage.h --- src/wallet/node_rpc_proxy.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wallet/node_rpc_proxy.cpp') 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 + #define RETURN_ON_RPC_RESPONSE_ERROR(r, error, res, method) \ do { \ CHECK_AND_ASSERT_MES(error.code == 0, error.message, error.message); \ -- cgit v1.2.3