CMake: Fix wasm build without PCH enabled

There were a few missing includes.

Change-Id: I352f4745a2691e96160408ab234a1ed8549f063c
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
(cherry picked from commit 9fe6190b5b609d7f69b61db4d4c77aad2eddf8ca)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Alexandru Croitor 2024-02-20 15:17:48 +01:00 committed by Qt Cherry-pick Bot
parent e8c857a6cc
commit 5e7cd47721

View File

@ -3,6 +3,8 @@
#include "qwasmdom.h"
#include <QtCore/qdir.h>
#include <QtCore/qfile.h>
#include <QtCore/qpoint.h>
#include <QtCore/qrect.h>
#include <QtGui/qimage.h>