vcl/qt5/QtClipboard.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 019b8338fbd6b954e8dfe45ea15574f26e889f8a
Author: Stephan Bergmann <[email protected]>
AuthorDate: Tue Jan 6 13:06:33 2026 +0100
Commit: Stephan Bergmann <[email protected]>
CommitDate: Tue Jan 6 20:54:02 2026 +0100
missing include
Change-Id: I2002b4219375f461ab6cdbf28228a9510516bf4c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196619
Reviewed-by: Stephan Bergmann <[email protected]>
Tested-by: Jenkins
diff --git a/vcl/qt5/QtClipboard.cxx b/vcl/qt5/QtClipboard.cxx
index 4b49ec8b8292..71190a2a7ee0 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 <com/sun/star/io/IOException.hpp>
#include <comphelper/diagnose_ex.hxx>
#include <emscripten.h>
#endif