diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-12-20 11:33:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-12-20 12:17:36 +0100 |
commit | 24b02a4f2507f40fe9d36c393c59e12c072428c3 (patch) | |
tree | e74ebcaca2dee58dc1f04539ec3b74dd45c37052 /sfx2 | |
parent | 3bec3349e9898ee69645a88bbd0b722222a8dfa8 (diff) |
missing include
Change-Id: I3093a3c53a0456194a72e4b4393216f67f15a667
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108045
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/filedlghelper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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> |