summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-03-03 15:14:44 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-03-04 22:39:21 +0100
commit48488b810fb1fcd405f850771353024dd178a668 (patch)
tree0d48ecd71e898f44caba693f635c3dc0037069b7 /src/network
parent3ae67b44341aea644b4e568c0eea6e972588da44 (diff)
Fix Android build
The Android build failed, because the namespace QNativeInterface could not be found. Include the header file where it's defined. Change-Id: If53eda4d4d4e6d5e66787d74c714215721ba0b60 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/kernel/qnetworkproxy_android.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/kernel/qnetworkproxy_android.cpp b/src/network/kernel/qnetworkproxy_android.cpp
index aba4cd3ec3..d0bdfa5c4d 100644
--- a/src/network/kernel/qnetworkproxy_android.cpp
+++ b/src/network/kernel/qnetworkproxy_android.cpp
@@ -39,6 +39,7 @@
#include "qnetworkproxy.h"
+#include <QtCore/qcoreapplication_platform.h>
#include <QtCore/qjnienvironment.h>
#include <QtCore/qjniobject.h>