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-07-02 13:34:52 +0200
commit13b43e3919ad4ead93e569659b14c586574d5428 (patch)
tree08dcd96955bf10817205cb0c994880d6e588177b
parente263fa9fce48ff6563edcccd001d00b99db6393c (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)
-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 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
{