aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmldebug/qmldebugclient.h
diff options
context:
space:
mode:
authorOrgad Shaneh <[email protected]>2013-11-02 20:54:18 +0200
committerKai Koehne <[email protected]>2013-11-04 08:46:42 +0100
commit917da4983ff750e7a12b9357c2fb87878a347197 (patch)
tree373da694cd618f224b720d257de788e315161362 /src/libs/qmldebug/qmldebugclient.h
parent5888810b6ded2379e1a407456aca096bafa43420 (diff)
QmlDebug: Fix compilation
Diffstat (limited to 'src/libs/qmldebug/qmldebugclient.h')
-rw-r--r--src/libs/qmldebug/qmldebugclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/qmldebug/qmldebugclient.h b/src/libs/qmldebug/qmldebugclient.h
index c337c355b2f..84dada731d0 100644
--- a/src/libs/qmldebug/qmldebugclient.h
+++ b/src/libs/qmldebug/qmldebugclient.h
@@ -33,6 +33,8 @@
#include "qmldebug_global.h"
#include <qtcpsocket.h>
+#include <QDataStream>
+
namespace QmlDebug {
class QmlDebugConnectionPrivate;