summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/crashes/tst_crashes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/crashes/tst_crashes.cpp')
-rw-r--r--tests/auto/testlib/selftests/crashes/tst_crashes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/crashes/tst_crashes.cpp b/tests/auto/testlib/selftests/crashes/tst_crashes.cpp
index 4dcb6aa0ad..99f7ad4137 100644
--- a/tests/auto/testlib/selftests/crashes/tst_crashes.cpp
+++ b/tests/auto/testlib/selftests/crashes/tst_crashes.cpp
@@ -31,7 +31,7 @@
#include <QTest>
#ifdef Q_OS_WIN
-#include <windows.h>
+#include <qt_windows.h>
#endif
class tst_Crashes: public QObject