summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2020-11-03 08:05:03 -0700
committerMichael Stahl <michael.stahl@allotropia.de>2021-05-14 16:48:39 +0200
commit3db0998d06db3770c649103e19d2adb761b521a8 (patch)
tree782baf8a2bebc757fb31857b4a7b837f4df0fda7
parent608dfb4c616c1413a768faa4c728d2d869d1aacf (diff)
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@redhat.com> (cherry picked from commit 8830cf86b146b1252ac37f351a23246088d569b0) (cherry picked from commit 8acc85c4f96313468147e8dff54255aa1c8be4ce)
-rw-r--r--include/o3tl/lru_map.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/o3tl/lru_map.hxx b/include/o3tl/lru_map.hxx
index 54378a319ece..fbe6057f312e 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
{