diff --git a/backends/libcommuni/session.cpp b/backends/libcommuni/session.cpp index c3f82f6bb273ee3af3e231e5869aa1ae28f3c9b6..de940a5c3c245861f144c9ae67e4d1bd4d1da61f 100644 --- a/backends/libcommuni/session.cpp +++ b/backends/libcommuni/session.cpp @@ -30,7 +30,7 @@ #define FROM_UTF8(WHAT) QString::fromUtf8((WHAT).c_str(), (WHAT).size()) #define TO_UTF8(WHAT) std::string((WHAT).toUtf8().data(), (WHAT).toUtf8().size()) -#include "transport/logging.h" +#include "transport/Logging.h" DEFINE_LOGGER(logger, "IRCConnection");