aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-10-12 15:20:42 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-10-12 17:16:44 +0000
commite736964a0cd37d887d4da2ef362e760d1cb7474f (patch)
tree2fa4058c9f7ee05540f59c590e63a5a1237c358d /src/wallet/wallet_rpc_server.h
parentMerge pull request #4543 (diff)
downloadmonero-e736964a0cd37d887d4da2ef362e760d1cb7474f.tar.xz
Remove epee header dependency on cryptonote_core
Diffstat (limited to 'src/wallet/wallet_rpc_server.h')
-rw-r--r--src/wallet/wallet_rpc_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet_rpc_server.h b/src/wallet/wallet_rpc_server.h
index ab896aa3b..35ea11902 100644
--- a/src/wallet/wallet_rpc_server.h
+++ b/src/wallet/wallet_rpc_server.h
@@ -35,6 +35,7 @@
#include <string>
#include "common/util.h"
#include "net/http_server_impl_base.h"
+#include "math_helper.h"
#include "wallet_rpc_server_commands_defs.h"
#include "wallet2.h"