From c0431a0bb1a134af968e4b505cfbd36aca87ecd4 Mon Sep 17 00:00:00 2001 From: Ronen Friedman Date: Sat, 27 Jan 2024 07:07:47 -0600 Subject: [PATCH] common: add some missing include files to AsyncReserver.h Signed-off-by: Ronen Friedman --- src/common/AsyncReserver.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/AsyncReserver.h b/src/common/AsyncReserver.h index 1a19dc70d1b..32b558b308b 100644 --- a/src/common/AsyncReserver.h +++ b/src/common/AsyncReserver.h @@ -16,6 +16,9 @@ #define ASYNC_RESERVER_H #include "common/Formatter.h" +#include "common/ceph_context.h" +#include "common/ceph_mutex.h" +#include "include/Context.h" #define rdout(x) lgeneric_subdout(cct,reserver,x) -- 2.47.3