From ef3aaa5eddf2a77a3fe30a98c981540d9c242faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20S=C3=B8rvig?= Date: Sun, 30 Oct 2022 09:29:25 +0100 Subject: [PATCH] wasm: include what you use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0b35ca09314b8708de9ed811328ad1de8717f50d Reviewed-by: MikoĊ‚aj Boc Reviewed-by: Lorn Potter Reviewed-by: Aleksandr Reviakin --- src/plugins/platforms/wasm/qwasmaccessibility.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/platforms/wasm/qwasmaccessibility.cpp b/src/plugins/platforms/wasm/qwasmaccessibility.cpp index b96a3799e68..4719720f57b 100644 --- a/src/plugins/platforms/wasm/qwasmaccessibility.cpp +++ b/src/plugins/platforms/wasm/qwasmaccessibility.cpp @@ -4,6 +4,8 @@ #include "qwasmaccessibility.h" #include "qwasmscreen.h" +#include + // Qt WebAssembly a11y backend // // This backend implements accessibility support by creating "shadowing" html