summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2023-03-20 14:49:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2023-03-20 15:21:08 +0000
commit7cce1141c6d0fd3023a827021f818f1e96cf26f0 (patch)
treea5c039f395d831670519ac4bc585fd29388b3974
parent28fba1a4002cefb6d77f0b682f1d632e18c0967d (diff)
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 <sbergman@redhat.com>
-rw-r--r--include/vcl/threadex.hxx1
-rw-r--r--package/inc/ZipOutputEntry.hxx1
-rw-r--r--package/inc/ZipOutputStream.hxx1
-rw-r--r--package/source/zipapi/XBufferedThreadedStream.hxx1
-rw-r--r--vcl/inc/unx/gtk/gtkdata.hxx1
5 files changed, 5 insertions, 0 deletions
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>