Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
* Foundation. See file COPYING.
*
*/
+#include "common/ceph_argparse.h"
+
#include <stdarg.h>
#include "auth/Auth.h"
-#include "common/ceph_argparse.h"
#include "common/config.h"
#include "common/strtol.h" // for strict_strtof()
#include "common/version.h"
#include "include/str_list.h"
+#include <sstream>
+
/*
* Ceph argument parsing library
*
* stuff to live.
*/
+#include <iosfwd>
#include <string>
#include <vector>
#include "common/entity_name.h"
#include "include/encoding.h"
+#include "msg/msg_types.h" // for struct entity_addr_t
class entity_addrvec_t;