[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - include/o3tl
Jeff Law (via logerrit)
logerrit at kemper.freedesktop.org
Fri Dec 4 12:35:49 UTC 2020
include/o3tl/lru_map.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit f6112bf4a0577db4c43370aafa37a073e73a94b1
Author: Jeff Law <law at redhat.com>
AuthorDate: Tue Nov 3 08:05:03 2020 -0700
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Dec 4 13:35:03 2020 +0100
include cstddef for gcc11
Change-Id: I2f845ce9bb660ad6c1eea80ea81dd71add2c0db1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107203
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/include/o3tl/lru_map.hxx b/include/o3tl/lru_map.hxx
index c7132fd079c4..96fb3161782d 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