diff options
author | Orgad Shaneh <[email protected]> | 2013-11-02 20:54:18 +0200 |
---|---|---|
committer | Kai Koehne <[email protected]> | 2013-11-04 08:46:42 +0100 |
commit | 917da4983ff750e7a12b9357c2fb87878a347197 (patch) | |
tree | 373da694cd618f224b720d257de788e315161362 /src/libs/qmldebug/qmldebugclient.h | |
parent | 5888810b6ded2379e1a407456aca096bafa43420 (diff) |
QmlDebug: Fix compilation
Change-Id: I701f4da4020fa8bb9383d24992c35565681ac97d
Reviewed-by: Kai Koehne <[email protected]>
Diffstat (limited to 'src/libs/qmldebug/qmldebugclient.h')
-rw-r--r-- | src/libs/qmldebug/qmldebugclient.h | 2 |
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; |