From 96a66661b4bc0b3c0d89c8e8e0179e66f0a6b292 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Mon, 30 Nov 2009 01:21:47 +0100 Subject: [PATCH] fix gdb autotest --- tests/auto/debugger/tst_gdb.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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