diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-09-18 11:24:49 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-09-18 11:24:49 +0100 |
commit | bc429e9c6d9adadbcec95c4c2ec689dd55dbe2cb (patch) | |
tree | 9bf193874db2b29dec288f62d946189ef2f584b9 /src/daemon/command_parser_executor.h | |
parent | Merge pull request #2438 (diff) | |
download | monero-bc429e9c6d9adadbcec95c4c2ec689dd55dbe2cb.tar.xz |
daemon: make this build with boost 1.61
Diffstat (limited to 'src/daemon/command_parser_executor.h')
-rw-r--r-- | src/daemon/command_parser_executor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <boost/optional/optional_fwd.hpp> +#include <boost/optional/optional.hpp> #include "daemon/rpc_command_executor.h" #include "common/common_fwd.h" |