From 333367ea7f03b5665530c17108fc3c58df534ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wierci=C5=84ski?= Date: Thu, 11 Jul 2024 15:45:58 +0200 Subject: [PATCH] wasm: Fix missing header files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4d64053df4b7b183b223b5ec71444fb949834f45 Reviewed-by: Lorn Potter (cherry picked from commit a8765d76c3875d7e9256d73bf9c29baf0f8fc3d0) Reviewed-by: Morten Johan Sørvig (cherry picked from commit 0d6b20457300edab9f4d802d0abbb82c229a2374) Reviewed-by: Qt Cherry-pick Bot --- src/plugins/platforms/wasm/qwasminputcontext.cpp | 1 + src/plugins/platforms/wasm/qwasminputcontext.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/plugins/platforms/wasm/qwasminputcontext.cpp b/src/plugins/platforms/wasm/qwasminputcontext.cpp index 3c87e244a0..df4b95b7b4 100644 --- a/src/plugins/platforms/wasm/qwasminputcontext.cpp +++ b/src/plugins/platforms/wasm/qwasminputcontext.cpp @@ -10,6 +10,7 @@ #include #include #include +#include QT_BEGIN_NAMESPACE diff --git a/src/plugins/platforms/wasm/qwasminputcontext.h b/src/plugins/platforms/wasm/qwasminputcontext.h index f7683e8e96..681fd4e38d 100644 --- a/src/plugins/platforms/wasm/qwasminputcontext.h +++ b/src/plugins/platforms/wasm/qwasminputcontext.h @@ -7,6 +7,8 @@ #include #include +#include + #include #include #include