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 | |
| parent | fcb299b4aedf1b4f465c36f2114290a0a5f3f062 (diff) | |
| parent | bbcc3a125f2b79f0b9d236bc2ff835b3792c84a9 (diff) | |
| download | monzero-core-b01990124ea6415114deca35789418b50300e07c.tar.gz monzero-core-b01990124ea6415114deca35789418b50300e07c.tar.xz monzero-core-b01990124ea6415114deca35789418b50300e07c.zip | |
Merge pull request #1663
bbcc3a12 Add missing include (Miguel Herranz)
| -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 { |
