Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
#include <fmt/core.h>
+#include <sstream>
+
/* Don't use standard Ceph logging in this file.
* We can't use logging until it's initialized, and a lot of the necessary
* initialization happens here.
#ifndef CEPH_CONFIG_H
#define CEPH_CONFIG_H
+#include <iosfwd>
#include <map>
#include <variant>
#include <boost/container/small_vector.hpp>
#pragma once
+#include <iosfwd>
#include <type_traits>
#include "common/config.h"
#include "common/config_obs.h"