summaryrefslogtreecommitdiffstats
path: root/src/core/net/proxying_url_loader_factory_qt.cpp
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2019-12-10 13:09:31 +0100
committerMichael BrĂ¼ning <michael.bruning@qt.io>2019-12-10 13:20:28 +0100
commit0be009d9c734b7c5e4d9113f3ea19286c94243ab (patch)
tree42130285547d1832d618951a0237970705f5aa30 /src/core/net/proxying_url_loader_factory_qt.cpp
parent15ddeed8251f5253f71c05800cc4c45f791e890b (diff)
Prospective build fix for missing QVariant include
QVariant seems to be missing from the indirect includes now. Change-Id: Ic945b99bbe34726b28d1e272988d8cb0d4c2ea76 Reviewed-by: Michal Klocek <michal.klocek@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/net/proxying_url_loader_factory_qt.cpp')
-rw-r--r--src/core/net/proxying_url_loader_factory_qt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/net/proxying_url_loader_factory_qt.cpp b/src/core/net/proxying_url_loader_factory_qt.cpp
index 79dd76ea1..84b1d0777 100644
--- a/src/core/net/proxying_url_loader_factory_qt.cpp
+++ b/src/core/net/proxying_url_loader_factory_qt.cpp
@@ -66,6 +66,7 @@
#include "type_conversion.h"
#include "web_contents_adapter_client.h"
#include "web_contents_view_qt.h"
+#include <QVariant>
// originally based on aw_proxying_url_loader_factory.cc:
// Copyright 2018 The Chromium Authors. All rights reserved.