1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

Add now missing Logger.h include in PeerInfo.cpp

This commit is contained in:
Dominik Schmidt 2013-01-15 00:42:46 +01:00
parent f7d430d77c
commit 6eec99e5c7

View File

@ -22,6 +22,7 @@
#include "utils/TomahawkUtilsGui.h"
#include "network/ControlConnection.h"
#include "network/Servent.h"
#include "utils/Logger.h"
#include <QCryptographicHash>
#include <QBuffer>