From: Ronen Friedman Date: Sat, 27 Jan 2024 13:07:47 +0000 (-0600) Subject: common: add some missing include files to AsyncReserver.h X-Git-Tag: v19.3.0~106^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c0431a0bb1a134af968e4b505cfbd36aca87ecd4;p=ceph.git common: add some missing include files to AsyncReserver.h Signed-off-by: Ronen Friedman --- diff --git a/src/common/AsyncReserver.h b/src/common/AsyncReserver.h index 1a19dc70d1bb..32b558b308ba 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)