diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-02-02 22:41:58 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-02-02 22:41:58 +0200 |
commit | b01990124ea6415114deca35789418b50300e07c (patch) | |
tree | f72795b2c4bfcaa41b37c1e744b8f38bbc680eb5 /src/daemon | |
parent | Merge pull request #1641 (diff) | |
parent | Add missing include (diff) | |
download | monero-b01990124ea6415114deca35789418b50300e07c.tar.xz |
Merge pull request #1663
bbcc3a12 Add missing include (Miguel Herranz)
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/protocol.h | 2 |
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 { |