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

index e1e3ecca749f53ee73ec6b84efdda47f35d18a93..d2d4e0564774d98bb27da6abc66f8bb43ad2dee3 100644 (file)
 #ifndef CEPH_MSG_TYPES_H
 #define CEPH_MSG_TYPES_H
 
+#include <algorithm> // for std::min()
+#include <set>
 #include <sstream>
+#include <string>
 
 #include <netinet/in.h>
 #include "common/fmt_common.h"