summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-10-29 15:39:47 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-10-30 09:17:38 +0100
commit69b3109435268b1b104349cdb4cad878edc86883 (patch)
tree73f4dde2544db9aff038d3be59dc565a407962fc
parent910f88459314bdb1ee56ebb293a851d0c9b2ad35 (diff)
Include what you need: QIODevice
The qstdweb_p.h header declares subclasses of QIODevice and uses enum types declared in QIODeviceBase, so make sure we include the QIODevice header. Change-Id: Id23da64105f998d52b114b529ce8493c74ed2364 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Pavel Dubsky <pavel.dubsky@qt.io>
-rw-r--r--src/corelib/platform/wasm/qstdweb_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/platform/wasm/qstdweb_p.h b/src/corelib/platform/wasm/qstdweb_p.h
index 503d57c3b3..8ec32416d3 100644
--- a/src/corelib/platform/wasm/qstdweb_p.h
+++ b/src/corelib/platform/wasm/qstdweb_p.h
@@ -18,6 +18,7 @@
#include <private/qglobal_p.h>
#include <QtCore/qglobal.h>
#include "QtCore/qhash.h"
+#include "QtCore/qiodevice.h"
#include <emscripten/val.h>