diff options
author | Jeff Law <law@redhat.com> | 2020-11-03 08:05:03 -0700 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-04 12:04:15 +0100 |
commit | 8830cf86b146b1252ac37f351a23246088d569b0 (patch) | |
tree | 69ff6f456c0019ffd0e8224bcee7eb452d75a601 /include/o3tl | |
parent | 7f615923dd53143b0598627f534b7595d3f00dfd (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>
Diffstat (limited to 'include/o3tl')
-rw-r--r-- | include/o3tl/lru_map.hxx | 1 |
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 { |