diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-09-25 21:06:47 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-09-25 21:06:47 +0200 |
commit | 85f4b600d26ed71c9a303828ea966547f5296492 (patch) | |
tree | b886dc95afeac2f4e8cd96bf64831394339d7ca7 | |
parent | Merge pull request #2486 (diff) | |
parent | daemon: make this build with boost 1.61 (diff) | |
download | monero-85f4b600d26ed71c9a303828ea966547f5296492.tar.xz |
Merge pull request #2466
bc429e9c daemon: make this build with boost 1.61 (moneromooo-monero)
-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" |