Include windows.h
This commit is contained in:
parent
5779385c8b
commit
47d667934e
@ -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)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user