summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-01-08 14:05:16 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-03-26 08:42:00 +0000
commit6707b04daf9599f2167226bdeec5b726918a3e6a (patch)
treebe09bfcd3ee18247c912f1f0132cdea20ecca888
parent44f70d99a2ecd5f3f320650461f1d69142d11bcc (diff)
Add missing QDataStream include
This was triggered by header change in qtbase Change-Id: Ic4764b6ddae129dd5964e8acc9e2d3733dceda69 Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
-rw-r--r--src/publishsubscribe/registrylayer_win.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/publishsubscribe/registrylayer_win.cpp b/src/publishsubscribe/registrylayer_win.cpp
index a810e0c5..e0660d28 100644
--- a/src/publishsubscribe/registrylayer_win.cpp
+++ b/src/publishsubscribe/registrylayer_win.cpp
@@ -40,6 +40,7 @@
****************************************************************************/
#include "registrylayer_win_p.h"
+#include <QtCore/qdatastream.h>
#if defined(Q_OS_WIN)