aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Herranz <miguel@ipglider.org>2017-02-02 19:54:17 +0100
committerMiguel Herranz <miguel@ipglider.org>2017-02-02 19:54:17 +0100
commitbbcc3a125f2b79f0b9d236bc2ff835b3792c84a9 (patch)
tree758fa33d3c415b9d7245e7fde05bfd149fda40b2
parentMerge pull request #1634 (diff)
downloadmonero-bbcc3a125f2b79f0b9d236bc2ff835b3792c84a9.tar.xz
Add missing include
Fails to build without it.
-rw-r--r--src/daemon/protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/protocol.h b/src/daemon/protocol.h
index 5bcb83dcf..0b0f95988 100644
--- a/src/daemon/protocol.h
+++ b/src/daemon/protocol.h
@@ -33,6 +33,8 @@
#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "daemon"
+#include "common/scoped_message_writer.h"
+
namespace daemonize
{