1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-14 11:49:53 +03:00
aports/community/ceph19/gcc13.patch
2024-10-13 13:31:19 +00:00

31 lines
635 B
Diff

--- a/src/include/buffer_fwd.h
+++ b/src/include/buffer_fwd.h
@@ -1,6 +1,8 @@
#ifndef BUFFER_FWD_H
#define BUFFER_FWD_H
+#include <cstdint>
+
namespace ceph {
namespace buffer {
inline namespace v15_2_0 {
--- a/src/client/Trace.h
+++ b/src/client/Trace.h
@@ -18,6 +18,7 @@
#include <stdlib.h>
+#include <cstdint>
#include <list>
#include <string>
#include <fstream>
--- a/src/common/pretty_binary.cc
+++ b/src/common/pretty_binary.cc
@@ -4,6 +4,7 @@
#include "pretty_binary.h"
#include <stdexcept>
#include <sstream>
+#include <cstdint>
std::string pretty_binary_string_reverse(const std::string& pretty)
{