1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

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

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
{