Include windows.h

This commit is contained in:
Santi 2015-08-11 15:15:26 -03:00
parent 5779385c8b
commit 47d667934e
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
#include "core/qhash_qurl.h"
#include "core/utilities.h"
#ifdef Q_OS_WIN32
#include <windows.h>
#endif
MoodbarLoader::MoodbarLoader(Application* app, QObject* parent)
: QObject(parent),
cache_(new QNetworkDiskCache(this)),