aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-04-16 18:00:58 -0700
committerQt by Nokia <qt-info@nokia.com>2012-04-17 04:17:21 +0200
commitbf55fe91ed0e6a0673f66d1792605c632b1aa99e (patch)
tree43ff22e5a2fd34fcd555a7981db6dde89b3c6909 /tests/auto/qml/debugger
parentc38bec0e1ecf5f681dc3dc2e3ab75ded91131e88 (diff)
Compile fix for qqmldebugservice test
Change-Id: I8efd3686521c3221be79f5bbf5e28a8ef2bb4e19 Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Diffstat (limited to 'tests/auto/qml/debugger')
-rw-r--r--tests/auto/qml/debugger/shared/debugutil_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/debugger/shared/debugutil_p.h b/tests/auto/qml/debugger/shared/debugutil_p.h
index 2ea295b822..4350056caf 100644
--- a/tests/auto/qml/debugger/shared/debugutil_p.h
+++ b/tests/auto/qml/debugger/shared/debugutil_p.h
@@ -48,6 +48,7 @@
#include <QThread>
#include <QTest>
#include <QProcess>
+#include <QMutex>
#include <QtQml/qqmlengine.h>