diff options
author | Miguel Herranz <miguel@ipglider.org> | 2017-02-02 19:54:17 +0100 |
---|---|---|
committer | Miguel Herranz <miguel@ipglider.org> | 2017-02-02 19:54:17 +0100 |
commit | bbcc3a125f2b79f0b9d236bc2ff835b3792c84a9 (patch) | |
tree | 758fa33d3c415b9d7245e7fde05bfd149fda40b2 | |
parent | Merge pull request #1634 (diff) | |
download | monero-bbcc3a125f2b79f0b9d236bc2ff835b3792c84a9.tar.xz |
Add missing include
Fails to build without it.
-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 { |