we should not rely on seastar or other headers to do this. if we use
fmt or std functions, we should include corresponding header(s).
Signed-off-by: Kefu Chai <kchai@redhat.com>
#include "cyan_store.h"
#include <fmt/format.h>
+#include <fmt/ostream.h>
#include "common/safe_io.h"
#include <iostream>
#include <seastar/core/app-template.hh>
+#include <seastar/core/print.hh>
#include <seastar/core/thread.hh>
#include "common/ceph_argparse.h"
#include <boost/iterator/counting_iterator.hpp>
#include <boost/range/join.hpp>
#include <boost/smart_ptr/make_local_shared.hpp>
-
+#include <fmt/format.h>
+#include <fmt/ostream.h>
#include "common/pick_address.h"
#include "messages/MOSDBeacon.h"
#include "messages/MOSDBoot.h"
#include "osd_meta.h"
+#include <fmt/format.h>
+
#include "crimson/os/cyan_collection.h"
#include "crimson/os/cyan_store.h"
#include "crimson/os/Transaction.h"
#include <chrono>
+#include <iostream>
#include <numeric>
#include <seastar/core/app-template.hh>
#include "crimson/thread/ThreadPool.h"