From: Max Kellermann Date: Sun, 27 Oct 2024 11:14:43 +0000 (+0100) Subject: common/lru_map: include cleanup X-Git-Tag: v20.0.0~283^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8eb6649d641efd64c26c6195f765d83d7b5c9fec;p=ceph.git common/lru_map: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/common/lru_map.h b/src/common/lru_map.h index 4c1c2dadbf8..5aa5c357f9a 100644 --- a/src/common/lru_map.h +++ b/src/common/lru_map.h @@ -3,6 +3,10 @@ #include "common/ceph_mutex.h" +#include +#include +#include + template class lru_map { struct entry {