summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@qt.io>2016-11-07 17:07:00 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-08 08:20:51 +0000
commitfdfa61d21b09adeb1bc2e975966c7433194f3cb3 (patch)
treee76b4cbbec26f689dc11898d18834f7d4bf0100d
parent39288138deae44e045f3e1e7c676a13e4f6dd5c9 (diff)
winrt: Fix compilation
Change-Id: Ib07b8cd02a87d664437d80b51e304be5a8e09554 Task-number: QTBUG-56962 Reviewed-by: Andrew Knight <andrew.knight@intopalo.com> Reviewed-by: Peng Wu <peng.wu@intopalo.com> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
-rw-r--r--src/webview/qwebview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webview/qwebview.cpp b/src/webview/qwebview.cpp
index 8a98df0..507d38a 100644
--- a/src/webview/qwebview.cpp
+++ b/src/webview/qwebview.cpp
@@ -35,6 +35,7 @@
****************************************************************************/
#include "qwebview_p.h"
+#include <QtCore/QVariant>
#include <QtWebView/private/qwebviewloadrequest_p.h>
QT_BEGIN_NAMESPACE