vcl/qt5/QtClipboard.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 8157e4b56d02d8892d36265d99a53a603e95befd Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Tue Jun 3 08:13:25 2025 +0200 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Tue Jun 3 09:38:18 2025 +0200
Missing include (for TOOLS_WARN_EXCEPTION) ...after 6cf20bff7284f3c72fa74c3427115c61edecbe08 "find-unneeded-includes: handle IWYU warnings about Qt headers" Change-Id: I8849517d75e776e39509cd94c7d0e35d4d744dc4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186140 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> diff --git a/vcl/qt5/QtClipboard.cxx b/vcl/qt5/QtClipboard.cxx index 8ffe0c0bc5fb..4b49ec8b8292 100644 --- a/vcl/qt5/QtClipboard.cxx +++ b/vcl/qt5/QtClipboard.cxx @@ -24,6 +24,7 @@ #include <utility> #if defined EMSCRIPTEN && QT_VERSION < QT_VERSION_CHECK(6, 0, 0) +#include <comphelper/diagnose_ex.hxx> #include <emscripten.h> #endif