include/vcl/threadex.hxx | 1 + package/inc/ZipOutputEntry.hxx | 1 + package/inc/ZipOutputStream.hxx | 1 + package/source/zipapi/XBufferedThreadedStream.hxx | 1 + vcl/inc/unx/gtk/gtkdata.hxx | 1 + 5 files changed, 5 insertions(+)
New commits: commit 7cce1141c6d0fd3023a827021f818f1e96cf26f0 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Mon Mar 20 14:49:30 2023 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Mon Mar 20 15:21:08 2023 +0000 Missing includes (for std::exception_ptr) Change-Id: If93883ba9feb22e6da2d56af4ebb2f4eafe58de1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149162 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/include/vcl/threadex.hxx b/include/vcl/threadex.hxx index 06d3bffa0a51..918b072ae2be 100644 --- a/include/vcl/threadex.hxx +++ b/include/vcl/threadex.hxx @@ -24,6 +24,7 @@ #include <tools/link.hxx> #include <vcl/dllapi.h> +#include <exception> #include <optional> #include <memory> #include <utility> diff --git a/package/inc/ZipOutputEntry.hxx b/package/inc/ZipOutputEntry.hxx index fcf25dcadf81..94eb988d8b23 100644 --- a/package/inc/ZipOutputEntry.hxx +++ b/package/inc/ZipOutputEntry.hxx @@ -31,6 +31,7 @@ #include <unotools/tempfile.hxx> #include "CRC32.hxx" #include <atomic> +#include <exception> struct ZipEntry; class ZipPackageBuffer; diff --git a/package/inc/ZipOutputStream.hxx b/package/inc/ZipOutputStream.hxx index b31af9d3d5c4..d92f140f70f2 100644 --- a/package/inc/ZipOutputStream.hxx +++ b/package/inc/ZipOutputStream.hxx @@ -26,6 +26,7 @@ #include <comphelper/threadpool.hxx> #include <cstddef> +#include <exception> #include <vector> struct ZipEntry; diff --git a/package/source/zipapi/XBufferedThreadedStream.hxx b/package/source/zipapi/XBufferedThreadedStream.hxx index ad5d3b0ce116..beb1cd33c700 100644 --- a/package/source/zipapi/XBufferedThreadedStream.hxx +++ b/package/source/zipapi/XBufferedThreadedStream.hxx @@ -19,6 +19,7 @@ #include <queue> #include <mutex> #include <condition_variable> +#include <exception> typedef css::uno::Sequence< sal_Int8 > Buffer; diff --git a/vcl/inc/unx/gtk/gtkdata.hxx b/vcl/inc/unx/gtk/gtkdata.hxx index 3a1a9094d3ec..8aaf5baea5e5 100644 --- a/vcl/inc/unx/gtk/gtkdata.hxx +++ b/vcl/inc/unx/gtk/gtkdata.hxx @@ -39,6 +39,7 @@ #include <saltimer.hxx> #include <o3tl/enumarray.hxx> +#include <exception> #include <string_view> #include <vector>