]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common: add some missing include files to AsyncReserver.h
authorRonen Friedman <rfriedma@redhat.com>
Sat, 27 Jan 2024 13:07:47 +0000 (07:07 -0600)
committerRonen Friedman <rfriedma@redhat.com>
Mon, 29 Jan 2024 10:52:54 +0000 (04:52 -0600)
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/common/AsyncReserver.h

index 1a19dc70d1bb27bd618bfa4f4a708dd8e905d753..32b558b308ba8693f0ea56b04a34adc084791163 100644 (file)
@@ -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)