[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - include/o3tl
Jeff Law (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 2 15:41:08 UTC 2021
include/o3tl/lru_map.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 673bb150e81f0cafb03e0a537927d167f71e1e58
Author: Jeff Law <law at redhat.com>
AuthorDate: Tue Nov 3 08:05:03 2020 -0700
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Jun 2 17:40:34 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>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116607
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/include/o3tl/lru_map.hxx b/include/o3tl/lru_map.hxx
index e822fde0294c..33a1487fa239 100644
--- a/include/o3tl/lru_map.hxx
+++ b/include/o3tl/lru_map.hxx
@@ -14,6 +14,7 @@
#include <cassert>
#include <list>
#include <unordered_map>
+#include <cstddef>
namespace o3tl
{
More information about the Libreoffice-commits
mailing list