aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-09-01 09:40:43 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-09-12 11:14:34 +0100
commitbed9a44e56ebdba9667f3cd2d242afde2b71514d (patch)
tree0e55a3a348877b5f103a0a8345bdbbfe0bf72d2a /src
parentMerge pull request #394 (diff)
downloadmonero-bed9a44e56ebdba9667f3cd2d242afde2b71514d.tar.xz
blockchain: add a couple missing includes
Diffstat (limited to 'src')
-rw-r--r--src/cryptonote_core/blockchain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cryptonote_core/blockchain.h b/src/cryptonote_core/blockchain.h
index 57763f6ca..7246c1d83 100644
--- a/src/cryptonote_core/blockchain.h
+++ b/src/cryptonote_core/blockchain.h
@@ -38,6 +38,8 @@
#include <boost/multi_index/member.hpp>
#include <boost/foreach.hpp>
#include <atomic>
+#include <unordered_map>
+#include <unordered_set>
#include "syncobj.h"
#include "string_tools.h"