include memory for gcc13
This commit is contained in:
parent
0bf16aa9c8
commit
3dadda505f
24
0019-include-memory.patch
Normal file
24
0019-include-memory.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From c76040b420284071ef9ea093c09c830379b31041 Mon Sep 17 00:00:00 2001
|
||||||
|
From: wangzengliang <wangzengliang2@huawei.com>
|
||||||
|
Date: Fri, 21 Jul 2023 17:27:24 +0800
|
||||||
|
Subject: [PATCH] include memory
|
||||||
|
|
||||||
|
---
|
||||||
|
src/include/buffer.h | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/src/include/buffer.h b/src/include/buffer.h
|
||||||
|
index 7c8f90e9f..71cb01935 100644
|
||||||
|
--- a/src/include/buffer.h
|
||||||
|
+++ b/src/include/buffer.h
|
||||||
|
@@ -41,6 +41,7 @@
|
||||||
|
#include <iosfwd>
|
||||||
|
#include <iomanip>
|
||||||
|
#include <list>
|
||||||
|
+#include <memory>
|
||||||
|
#include <vector>
|
||||||
|
#include <string>
|
||||||
|
#if __cplusplus >= 201703L
|
||||||
|
--
|
||||||
|
2.27.0
|
||||||
|
|
||||||
@ -165,6 +165,7 @@ Patch15: 0015-ceph-volume-add-judgment-for-ceph-volume-lvm-activat.patch
|
|||||||
Patch16: 0016-fix-mgr-dashboard-frontend-build-depend.patch
|
Patch16: 0016-fix-mgr-dashboard-frontend-build-depend.patch
|
||||||
Patch17: 0017-mgr-dashboard-support-multi-language.patch
|
Patch17: 0017-mgr-dashboard-support-multi-language.patch
|
||||||
Patch18: 0018-Fix-Python-3.10-PEP-620-incompatibility.patch
|
Patch18: 0018-Fix-Python-3.10-PEP-620-incompatibility.patch
|
||||||
|
Patch19: 0019-include-memory.patch
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
# _insert_obs_source_lines_here
|
# _insert_obs_source_lines_here
|
||||||
ExclusiveArch: x86_64 aarch64 ppc64le s390x
|
ExclusiveArch: x86_64 aarch64 ppc64le s390x
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user