]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
msg/async/frames_v2: add missing includes
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 25 Oct 2024 07:38:54 +0000 (09:38 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Wed, 19 Feb 2025 07:43:40 +0000 (08:43 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/msg/async/frames_v2.h

index 9431d6e2db3eda72c73a199ed3161e19135c2086..0f60b9b3e974b4df058ecafecd0b96aaf83e1d68 100644 (file)
@@ -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 <array>
+#include <cstddef>
+#include <cstdint>
 #include <iosfwd>
 #include <utility>