From e24cc814b5b6e50967116cb3908e4bf56b7aee4b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Jan 2021 15:50:10 +0100 Subject: Missing include (for std::min) Change-Id: I44eebee0149d7e890aeff715dd7ae0005c45378d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109179 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- include/o3tl/lru_map.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/include/o3tl/lru_map.hxx b/include/o3tl/lru_map.hxx index 96fb3161782d..ce5a078bc352 100644 --- a/include/o3tl/lru_map.hxx +++ b/include/o3tl/lru_map.hxx @@ -11,6 +11,7 @@ #ifndef INCLUDED_O3TL_LRU_MAP_HXX #define INCLUDED_O3TL_LRU_MAP_HXX +#include #include #include #include -- cgit