unotools/source/misc/syslocale.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 55adeb1c3fbcf32c7c44a3f0c310b56298f551f9 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Sep 17 10:35:23 2021 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Fri Sep 17 13:03:22 2021 +0200 need optional header Change-Id: Ic6515a32c2bf2ed7d287c003df154727644598b4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122239 Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/unotools/source/misc/syslocale.cxx b/unotools/source/misc/syslocale.cxx index b55e1316cabe..f6fd3c18a45b 100644 --- a/unotools/source/misc/syslocale.cxx +++ b/unotools/source/misc/syslocale.cxx @@ -31,8 +31,9 @@ #include <osl/thread.h> #include <osl/nlsupport.h> -#include <vector> #include <memory> +#include <optional> +#include <vector> using namespace osl; using namespace com::sun::star;