From: Max Kellermann Date: Fri, 25 Oct 2024 07:38:54 +0000 (+0200) Subject: msg/async/frames_v2: add missing includes X-Git-Tag: v20.0.0~52^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f9ca9569c40307abc0ca4af3b3b3ce9f77b11b73;p=ceph.git msg/async/frames_v2: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/msg/async/frames_v2.h b/src/msg/async/frames_v2.h index 9431d6e2db3..0f60b9b3e97 100644 --- a/src/msg/async/frames_v2.h +++ b/src/msg/async/frames_v2.h @@ -1,11 +1,17 @@ #ifndef _MSG_ASYNC_FRAMES_V2_ #define _MSG_ASYNC_FRAMES_V2_ +#include "include/buffer.h" +#include "include/byteorder.h" // for ceph_le* +#include "include/ceph_features.h" // for CEPH_FEATUREMASK_* #include "include/types.h" #include "common/Clock.h" #include "crypto_onwire.h" #include "compression_onwire.h" +#include "msg/msg_types.h" // for entity_addr_t, entity_addrvec_t #include +#include +#include #include #include