diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index f004a229bdb..06414bff075 100644 --- a/tests/auto/debugger/tst_dumpers.cpp +++ b/tests/auto/debugger/tst_dumpers.cpp @@ -1339,6 +1339,7 @@ void tst_Dumpers::dumper() "\n\n" + data.includes + "\n\n" + (data.useQHash ? "\n#include " + "\n#include " "\n#if QT_VERSION >= 0x050900" "\n#include " "\nvoid initHashSeed() { qSetGlobalQHashSeed(0); }" diff --git a/tests/auto/debugger/tst_offsets.cpp b/tests/auto/debugger/tst_offsets.cpp index 5dca246bcff..8bba5fd529c 100644 --- a/tests/auto/debugger/tst_offsets.cpp +++ b/tests/auto/debugger/tst_offsets.cpp @@ -37,6 +37,8 @@ #endif #endif +#include + #include #include #include diff --git a/tests/helper/qmlapplicationviewer/qmlapplicationviewer.cpp b/tests/helper/qmlapplicationviewer/qmlapplicationviewer.cpp index 0a874318676..5c63c4e432b 100644 --- a/tests/helper/qmlapplicationviewer/qmlapplicationviewer.cpp +++ b/tests/helper/qmlapplicationviewer/qmlapplicationviewer.cpp @@ -42,6 +42,7 @@ #include #include +#include #include #include #include