diff --git a/tests/auto/debugger/tst_gdb.cpp b/tests/auto/debugger/tst_gdb.cpp index 9ac03e8838a..3a6da62aa44 100644 --- a/tests/auto/debugger/tst_gdb.cpp +++ b/tests/auto/debugger/tst_gdb.cpp @@ -35,6 +35,10 @@ bool checkUninitialized = false; #include #include +#ifdef Q_OS_WIN +#include +#endif + #undef NS #ifdef QT_NAMESPACE # define STRINGIFY0(s) #s