summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-09-17 10:35:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-09-17 13:03:22 +0200
commit55adeb1c3fbcf32c7c44a3f0c310b56298f551f9 (patch)
tree98f75811981b89fc10b3491b7495ea1d3b19f276 /unotools
parent370577a641b77b6cf0a08fa73a1ae62fd0bea15b (diff)
need optional header
Change-Id: Ic6515a32c2bf2ed7d287c003df154727644598b4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122239 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/misc/syslocale.cxx3
1 files changed, 2 insertions, 1 deletions
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;