unotools/source/misc/syslocale.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e93186da33867d0a50d13651e40b7982d43e4ca6
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Fri Sep 24 19:02:37 2021 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Fri Sep 24 19:02:37 2021 +0200

    Fix gcc11 breakage
    
    Change-Id: I7f398e73ebfac1603ca7b8b71c59eeb81c8df4fb

diff --git a/unotools/source/misc/syslocale.cxx 
b/unotools/source/misc/syslocale.cxx
index b55e1316cabe..239194f5daf9 100644
--- a/unotools/source/misc/syslocale.cxx
+++ b/unotools/source/misc/syslocale.cxx
@@ -33,6 +33,7 @@
 
 #include <vector>
 #include <memory>
+#include <optional>
 
 using namespace osl;
 using namespace com::sun::star;

Reply via email to