aboutsummaryrefslogtreecommitdiff
path: root/src/debug_utilities
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/debug_utilities
parentMerge pull request #4543 (diff)
downloadmonero-e736964a0cd37d887d4da2ef362e760d1cb7474f.tar.xz
Remove epee header dependency on cryptonote_core
Diffstat (limited to 'src/debug_utilities')
-rw-r--r--src/debug_utilities/object_sizes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug_utilities/object_sizes.cpp b/src/debug_utilities/object_sizes.cpp
index ab8839636..2281d0734 100644
--- a/src/debug_utilities/object_sizes.cpp
+++ b/src/debug_utilities/object_sizes.cpp
@@ -29,6 +29,7 @@
#include <map>
#include "cryptonote_basic/cryptonote_basic.h"
#include "cryptonote_basic/tx_extra.h"
+#include "cryptonote_core/cryptonote_core.h"
#include "cryptonote_core/blockchain.h"
#include "p2p/p2p_protocol_defs.h"
#include "net/connection_basic.hpp"