From 9fe6190b5b609d7f69b61db4d4c77aad2eddf8ca Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 20 Feb 2024 15:17:48 +0100 Subject: [PATCH] CMake: Fix wasm build without PCH enabled There were a few missing includes. Pick-to: 6.7 Change-Id: I352f4745a2691e96160408ab234a1ed8549f063c Reviewed-by: Lorn Potter --- src/plugins/platforms/wasm/qwasmdom.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/platforms/wasm/qwasmdom.cpp b/src/plugins/platforms/wasm/qwasmdom.cpp index da88c5b83ea..6b2b3d09336 100644 --- a/src/plugins/platforms/wasm/qwasmdom.cpp +++ b/src/plugins/platforms/wasm/qwasmdom.cpp @@ -3,6 +3,8 @@ #include "qwasmdom.h" +#include +#include #include #include #include