[Libreoffice-commits] core.git: Branch 'feature/wasm' - unotools/source

Thorsten Behrens (via logerrit) logerrit at kemper.freedesktop.org
Fri Sep 24 17:03:29 UTC 2021


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

New commits:
commit e93186da33867d0a50d13651e40b7982d43e4ca6
Author:     Thorsten Behrens <thorsten.behrens at allotropia.de>
AuthorDate: Fri Sep 24 19:02:37 2021 +0200
Commit:     Thorsten Behrens <thorsten.behrens at 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;


More information about the Libreoffice-commits mailing list