[Libreoffice-commits] core.git: sfx2/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Sun Dec 20 11:18:21 UTC 2020
sfx2/source/dialog/filedlghelper.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 24b02a4f2507f40fe9d36c393c59e12c072428c3
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sun Dec 20 11:33:54 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sun Dec 20 12:17:36 2020 +0100
missing include
Change-Id: I3093a3c53a0456194a72e4b4393216f67f15a667
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108045
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx
index b876fd1a9082..87ebec96b01a 100644
--- a/sfx2/source/dialog/filedlghelper.cxx
+++ b/sfx2/source/dialog/filedlghelper.cxx
@@ -18,6 +18,7 @@
*/
#include <memory>
+#include <optional>
#include <string_view>
#include <sfx2/filedlghelper.hxx>
More information about the Libreoffice-commits
mailing list