From 3db0998d06db3770c649103e19d2adb761b521a8 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 3 Nov 2020 08:05:03 -0700 Subject: include cstddef for gcc11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2f845ce9bb660ad6c1eea80ea81dd71add2c0db1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107191 Tested-by: Jenkins Reviewed-by: Caolán McNamara (cherry picked from commit 8830cf86b146b1252ac37f351a23246088d569b0) (cherry picked from commit 8acc85c4f96313468147e8dff54255aa1c8be4ce) --- include/o3tl/lru_map.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/o3tl/lru_map.hxx b/include/o3tl/lru_map.hxx index 54378a319ece..fbe6057f312e 100644 --- a/include/o3tl/lru_map.hxx +++ b/include/o3tl/lru_map.hxx @@ -14,6 +14,7 @@ #include #include #include +#include namespace o3tl { -- cgit