Add missing include

Fails to build without it.
This commit is contained in:
Miguel Herranz 2017-02-02 19:54:17 +01:00
parent 5bb95fc613
commit bbcc3a125f
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@
#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "daemon"
#include "common/scoped_message_writer.h"
namespace daemonize
{