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

Merge pull request #313 from kenya888/qt55

fix compilation error with Qt 5.5
This commit is contained in:
Christian Muehlhaeuser
2015-06-22 08:16:59 +02:00
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
{