From: Max Kellermann Date: Sat, 26 Oct 2024 18:54:58 +0000 (+0200) Subject: mgr/MgrOpRequest: add missing includes X-Git-Tag: testing/wip-pdonnell-testing-20250212.134243-debug~7^2~9 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5c70e38a8a041306bcdee657731f5d2b4744e58c;p=ceph-ci.git mgr/MgrOpRequest: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/mgr/MgrOpRequest.h b/src/mgr/MgrOpRequest.h index 5b29e5980a3..cc454aa6dc8 100644 --- a/src/mgr/MgrOpRequest.h +++ b/src/mgr/MgrOpRequest.h @@ -15,6 +15,9 @@ #ifndef OPREQUEST_H_ #define OPREQUEST_H_ +#include "msg/Message.h" +#include "msg/MessageRef.h" +#include "msg/msg_types.h" #include "common/TrackedOp.h" #include "common/tracer.h" /**