diff options
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r-- | src/cryptonote_core/blockchain.h | 2 |
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" |