From bc429e9c6d9adadbcec95c4c2ec689dd55dbe2cb Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Mon, 18 Sep 2017 11:24:49 +0100 Subject: [PATCH] daemon: make this build with boost 1.61 --- src/daemon/command_parser_executor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h index f301ef14a..6443d9be0 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -36,7 +36,7 @@ #pragma once -#include +#include #include "daemon/rpc_command_executor.h" #include "common/common_fwd.h"