summaryrefslogtreecommitdiff
path: root/include
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:03 +0100
commitf6112bf4a0577db4c43370aafa37a073e73a94b1 (patch)
treee726dea5183e21566b80ebc9468a87afda5eac1e /include
parentd0a1179d2ee9de52bcad864cc19af76c46917817 (diff)
include cstddef for gcc11
Change-Id: I2f845ce9bb660ad6c1eea80ea81dd71add2c0db1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107203 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-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 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
{