sfx2/source/dialog/filedlgimpl.hxx | 4 ++++ sfx2/source/dialog/filtergrouping.hxx | 1 + 2 files changed, 5 insertions(+)
New commits: commit 25b197e063c88f7403e0b748815a5a378fb5fbfe Author: Stephan Bergmann <[email protected]> AuthorDate: Wed Jan 14 08:45:52 2026 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Wed Jan 14 10:53:45 2026 +0100 missing includes Change-Id: Iaab5ac2575e5b4b4365148fa3c9c645e7f4836e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197239 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/sfx2/source/dialog/filedlgimpl.hxx b/sfx2/source/dialog/filedlgimpl.hxx index 2fee6c08c7d6..69b6ffe74b24 100644 --- a/sfx2/source/dialog/filedlgimpl.hxx +++ b/sfx2/source/dialog/filedlgimpl.hxx @@ -19,6 +19,10 @@ #ifndef INCLUDED_SFX2_SOURCE_DIALOG_FILEDLGIMPL_HXX #define INCLUDED_SFX2_SOURCE_DIALOG_FILEDLGIMPL_HXX +#include <sal/config.h> + +#include <vector> + #include <vcl/timer.hxx> #include <vcl/idle.hxx> #include <vcl/graph.hxx> diff --git a/sfx2/source/dialog/filtergrouping.hxx b/sfx2/source/dialog/filtergrouping.hxx index 1d8a444738c1..8ddae68d5212 100644 --- a/sfx2/source/dialog/filtergrouping.hxx +++ b/sfx2/source/dialog/filtergrouping.hxx @@ -25,6 +25,7 @@ #include "filedlgimpl.hxx" #include <memory> +#include <vector> namespace sfx2 {
