summaryrefslogtreecommitdiff
path: root/package/inc
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 /package/inc
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>
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipOutputEntry.hxx1
-rw-r--r--package/inc/ZipOutputStream.hxx1
2 files changed, 2 insertions, 0 deletions
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;