aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-02-02 22:41:58 +0200
committerRiccardo Spagni <ric@spagni.net>2017-02-02 22:41:58 +0200
commitb01990124ea6415114deca35789418b50300e07c (patch)
treef72795b2c4bfcaa41b37c1e744b8f38bbc680eb5
parentMerge pull request #1641 (diff)
parentAdd missing include (diff)
downloadmonero-b01990124ea6415114deca35789418b50300e07c.tar.xz
Merge pull request #1663
bbcc3a12 Add missing include (Miguel Herranz)
-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
{