diff options
author | Jeff Law <law@redhat.com> | 2020-11-03 08:05:03 -0700 |
---|---|---|
committer | Aron Budea <aron.budea@collabora.com> | 2024-08-23 01:20:44 +0200 |
commit | bb6f6a1cae426eb725b2c6e0d0f900bad2453854 (patch) | |
tree | 79dbc0820505e1d50cf9b503125efcb04903291d | |
parent | 92d5e2aae042b4d267bdc558725c91d93b595e72 (diff) |
include cstddef for gcc11mimo-6.4.7.2.M12distro/mimo/mimo-6-4
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.hxx | 1 |
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 { |