diff --git a/daemon/log.cpp b/daemon/log.cpp index 8b894c8..0ef259d 100644 --- a/daemon/log.cpp +++ b/daemon/log.cpp @@ -23,11 +23,14 @@ #include #include #include +#include + #include #include "config.hpp" #include "log.hpp" + namespace logging = boost::log; namespace src = boost::log::sources; namespace sinks = boost::log::sinks;