aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-09-25 21:06:47 +0200
committerRiccardo Spagni <ric@spagni.net>2017-09-25 21:06:47 +0200
commit85f4b600d26ed71c9a303828ea966547f5296492 (patch)
treeb886dc95afeac2f4e8cd96bf64831394339d7ca7
parentMerge pull request #2486 (diff)
parentdaemon: make this build with boost 1.61 (diff)
downloadmonero-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.h2
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"