This is based on 0024-gcc-13.patch from https://tracker.ceph.com/issues/58477
but with an extra #include <cstdint> to avoid dropping std:: prefixes on
integer types.
Fixes: https://tracker.ceph.com/issues/58477
Signed-off-by: Tim Serong <tserong@suse.com>
#ifndef CEPH_CYCLES_H
#define CEPH_CYCLES_H
+#include <cstdint>
+
/**
* This class provides static methods that read the fine-grain CPU
* cycle counter and translate between cycle-level times and absolute
#include "include/buffer_fwd.h"
#include "include/rados/librados_fwd.hpp"
+#include <cstdint>
#include <map>
#include <string>
#ifndef CEPH_COMPRESSION_ONWIRE_H
#define CEPH_COMPRESSION_ONWIRE_H
+#include <cstdint>
#include <optional>
#include "compressor/Compressor.h"
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*
// vim: ts=8 sw=2 smarttab
+#include <cstdint>
+
#include "include/rados/librados.hpp"
constexpr int to_create = 10'000'000;
#include <sys/types.h>
+#include <cstdint>
#include <dirent.h>
#include <errno.h>
#include <vector>