From: Max Kellermann Date: Tue, 29 Oct 2024 11:48:20 +0000 (+0100) Subject: common/map_cacher: add missing includes X-Git-Tag: v20.0.0~283^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d9fd1df9608d29b6c48f03b0258a6d362d23dfca;p=ceph.git common/map_cacher: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/common/map_cacher.hpp b/src/common/map_cacher.hpp index 95353425de9..93bda03a252 100644 --- a/src/common/map_cacher.hpp +++ b/src/common/map_cacher.hpp @@ -19,6 +19,11 @@ #include "include/expected.hpp" #include "common/sharedptr_registry.hpp" +#include + +#include +#include + namespace MapCacher { /** * Abstraction for ordering key updates