539465dd6b
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libreoffice.git#1593bddb65b1518fbd17c2d273b0f921f9e9e6fb
25 lines
530 B
Diff
25 lines
530 B
Diff
From 6959a4c217d352e52673a3fec870eac17ceb60dc Mon Sep 17 00:00:00 2001
|
|
From: Jeff Law <law@redhat.com>
|
|
Date: Tue, 3 Nov 2020 08:05:03 -0700
|
|
Subject: [PATCH] gcc11
|
|
|
|
---
|
|
include/o3tl/lru_map.hxx | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/include/o3tl/lru_map.hxx b/include/o3tl/lru_map.hxx
|
|
index e822fde029..33a1487fa2 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
|
|
{
|
|
--
|
|
2.28.0
|
|
|