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 | |
| parent | 7abdba0a5c70474098a527351a4db2ce3a3c79ad (diff) | |
| download | monzero-core-bc429e9c6d9adadbcec95c4c2ec689dd55dbe2cb.tar.gz monzero-core-bc429e9c6d9adadbcec95c4c2ec689dd55dbe2cb.tar.xz monzero-core-bc429e9c6d9adadbcec95c4c2ec689dd55dbe2cb.zip | |
daemon: make this build with boost 1.61
Diffstat (limited to 'src')
| -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" |
