[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-4+backports' - include/o3tl
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Fri May 21 17:48:38 UTC 2021
include/o3tl/lru_map.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 59d0c64f28a75f3d5a064810f9c00cd21a377274
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Jan 12 15:50:10 2021 +0100
Commit: Michael Stahl <michael.stahl at allotropia.de>
CommitDate: Fri May 21 19:48:06 2021 +0200
Missing include (for std::min)
Change-Id: I44eebee0149d7e890aeff715dd7ae0005c45378d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109179
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
(cherry picked from commit e24cc814b5b6e50967116cb3908e4bf56b7aee4b)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115946
Tested-by: Michael Stahl <michael.stahl at allotropia.de>
Reviewed-by: Michael Stahl <michael.stahl at allotropia.de>
diff --git a/include/o3tl/lru_map.hxx b/include/o3tl/lru_map.hxx
index 33a1487fa239..fac5f6b739ed 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 <algorithm>
#include <cassert>
#include <list>
#include <unordered_map>
More information about the Libreoffice-commits
mailing list