]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/dns_resolve: add missing includes
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 25 Oct 2024 07:36:01 +0000 (09:36 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Mon, 9 Dec 2024 21:51:33 +0000 (22:51 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/common/dns_resolve.cc
src/common/dns_resolve.h

index 435bcc657e403e0417188360f8fe6e845ad3d9fc..6acfa3a5a9b8f43b3ef6a14eeb143e07d3353846 100644 (file)
  *
  */
 
+#include "dns_resolve.h"
+
 #include <arpa/inet.h>
 
 #include "include/scope_guard.h"
-#include "dns_resolve.h"
 #include "common/debug.h"
 
 #define dout_subsys ceph_subsys_
index 59504e156c2d02e589d94c16c0a92ff6fb3535ef..373bfa55354185c4f768fc8a2deb2981f993239f 100644 (file)
 #include "common/ceph_mutex.h"
 #include "msg/msg_types.h"             // for entity_addr_t
 
+#include <list>
+#include <map>
+#include <string>
+
 namespace ceph {
 
 /**