1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 00:24:12 +02:00

fix compilation error with Qt 5.5

This commit is contained in:
Takahiro Hashimoto
2015-06-22 14:33:23 +09:00
parent a8c413ee5a
commit 50e77ce0db
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#include <QThread>
#include <QVariant>
#include <QDataStream>
#include "utils/Logger.h"

View File

@@ -27,6 +27,7 @@
#include <QObject>
#include <QTimer>
#include <QDir>
#include <QDataStream>
namespace TomahawkUtils
{