ProjectExplorer: Fix compile using Qt5.4.0 on Win

Broke with a8b6f30c17

Change-Id: Ie713f18189603b60296caac1c5a087691ed0dc18
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
Christian Stenger
2015-09-23 15:56:27 +02:00
parent b5c2cabca8
commit 6b89f80e64

View File

@@ -32,6 +32,10 @@
#ifdef Q_OS_WIN
# if (QT_VERSION < QT_VERSION_CHECK(5, 4, 1))
# define NOMINMAX
# endif
#include <windows.h>
#include <QApplication>
#include <QTime>