From bed9a44e56ebdba9667f3cd2d242afde2b71514d Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Tue, 1 Sep 2015 09:40:43 +0100 Subject: [PATCH] blockchain: add a couple missing includes --- src/cryptonote_core/blockchain.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cryptonote_core/blockchain.h b/src/cryptonote_core/blockchain.h index 57763f6c..7246c1d8 100644 --- a/src/cryptonote_core/blockchain.h +++ b/src/cryptonote_core/blockchain.h @@ -38,6 +38,8 @@ #include #include #include +#include +#include #include "syncobj.h" #include "string_tools.h"