diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:30:39 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:30:39 +0000 |
commit | bc7af7d37a7cb36255ae480b323a0f8cdfe14749 (patch) | |
tree | fce5864408c549b5091fcd3f19a3f745cb6769d2 /0003-src-common-bitstr.h.patch | |
parent | 20b104feb51b39a0c5fd34dcc635128075eb46b4 (diff) |
automatic import of cephopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to '0003-src-common-bitstr.h.patch')
-rw-r--r-- | 0003-src-common-bitstr.h.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/0003-src-common-bitstr.h.patch b/0003-src-common-bitstr.h.patch new file mode 100644 index 0000000..ed2b0ce --- /dev/null +++ b/0003-src-common-bitstr.h.patch @@ -0,0 +1,21 @@ +--- ceph-15.1.0/src/common/bit_str.h.orig 2020-02-03 09:47:20.047149798 -0500 ++++ ceph-15.1.0/src/common/bit_str.h 2020-02-03 09:47:50.213149798 -0500 +@@ -17,6 +17,7 @@ + #include <cstdint> + #include <iosfwd> + #include <functional> ++#include <ostream> + + namespace ceph { + class Formatter; +--- ceph-15.2.4/src/global/signal_handler.h.orig 2020-07-17 12:57:54.763628429 -0400 ++++ ceph-15.2.4/src/global/signal_handler.h 2020-07-17 12:58:10.610628429 -0400 +@@ -16,6 +16,8 @@ + #define CEPH_GLOBAL_SIGNAL_HANDLER_H + + #include <signal.h> ++#include <string> ++ + #include "acconfig.h" + + typedef void (*signal_handler_t)(int); |