sw/source/writerfilter/dmapper/SettingsTable.hxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 403acbc185095df56f29c14191984c91c785da7e Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Mon Aug 4 15:07:07 2025 +0200 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Mon Aug 4 17:15:30 2025 +0200 Missing includes Change-Id: I07cfc6e899435ff8e6412287a7412c0495c1b4e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188920 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@collabora.com> diff --git a/sw/source/writerfilter/dmapper/SettingsTable.hxx b/sw/source/writerfilter/dmapper/SettingsTable.hxx index 28fd7cebb112..bcefc3a03858 100644 --- a/sw/source/writerfilter/dmapper/SettingsTable.hxx +++ b/sw/source/writerfilter/dmapper/SettingsTable.hxx @@ -24,6 +24,8 @@ #include <rtl/ref.hxx> #include <memory> #include <optional> +#include <utility> +#include <vector> class SwXTextDocument; namespace com::sun::star::lang