From ee06a71e6f8ff5cc7c39def3c30d7252dfb5a9fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Hellstr=C3=B6mer?= Date: Mon, 9 Sep 2024 02:06:33 +0200 Subject: [PATCH] Fixed missing include --- sources/qetxml.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/qetxml.h b/sources/qetxml.h index d98756978..bf305d0ca 100644 --- a/sources/qetxml.h +++ b/sources/qetxml.h @@ -20,6 +20,8 @@ #include #include +#include + class QDomDocument; class QDir;