From fe041308460cdf0ec6a4d3d2ec69d3b8dfd37f11 Mon Sep 17 00:00:00 2001 From: Zachary Michaels Date: Fri, 13 Jun 2014 10:47:57 -0400 Subject: [PATCH] Add missing include --- src/daemon/daemon_commands_handler.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daemon/daemon_commands_handler.h b/src/daemon/daemon_commands_handler.h index 135ec68f8..cc0556464 100644 --- a/src/daemon/daemon_commands_handler.h +++ b/src/daemon/daemon_commands_handler.h @@ -8,6 +8,7 @@ #include "console_handler.h" #include "p2p/net_node.h" +#include "cryptonote_core/cryptonote_core.h" #include "cryptonote_protocol/cryptonote_protocol_handler.h" #include "common/util.h" #include "crypto/hash.h"