diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-03-20 14:49:30 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-03-20 15:21:08 +0000 |
commit | 7cce1141c6d0fd3023a827021f818f1e96cf26f0 (patch) | |
tree | a5c039f395d831670519ac4bc585fd29388b3974 /include/vcl/threadex.hxx | |
parent | 28fba1a4002cefb6d77f0b682f1d632e18c0967d (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 'include/vcl/threadex.hxx')
-rw-r--r-- | include/vcl/threadex.hxx | 1 |
1 files changed, 1 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> |