[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-1+backports' - include/o3tl

Jeff Law (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 1 09:16:38 UTC 2021


 include/o3tl/lru_map.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 51e8d4a15c3aeb98517fb9a90838a060a280f8ba
Author:     Jeff Law <law at redhat.com>
AuthorDate: Tue Nov 3 08:05:03 2020 -0700
Commit:     Michael Stahl <michael.stahl at allotropia.de>
CommitDate: Tue Jun 1 11:16:04 2021 +0200

    include cstddef for gcc11
    
    Change-Id: I2f845ce9bb660ad6c1eea80ea81dd71add2c0db1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107191
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    (cherry picked from commit 8830cf86b146b1252ac37f351a23246088d569b0)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115979
    Tested-by: Michael Stahl <michael.stahl at allotropia.de>
    Reviewed-by: Michael Stahl <michael.stahl at allotropia.de>

diff --git a/include/o3tl/lru_map.hxx b/include/o3tl/lru_map.hxx
index f2369e45030a..77742f12481b 100644
--- a/include/o3tl/lru_map.hxx
+++ b/include/o3tl/lru_map.hxx
@@ -13,6 +13,7 @@
 
 #include <list>
 #include <unordered_map>
+#include <cstddef>
 
 namespace o3tl
 {


More information about the Libreoffice-commits mailing list