summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2020-11-03 08:05:03 -0700
committerCaolán McNamara <caolanm@redhat.com>2020-12-04 13:35:29 +0100
commit0ee36f180acafcb67968950f5a75e9cef8479abb (patch)
treefbfdb3c644b1173888f47723c61a4db53e19c358
parentrelated: tdf#127086: PPT: export custom shapes as Bitmap (diff)
downloadcore-0ee36f180acafcb67968950f5a75e9cef8479abb.tar.gz
core-0ee36f180acafcb67968950f5a75e9cef8479abb.zip
include cstddef for gcc11
Change-Id: I2f845ce9bb660ad6c1eea80ea81dd71add2c0db1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107204 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-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
{