summaryrefslogtreecommitdiff
path: root/dev-db/percona-xtrabackup/files/percona-xtrabackup-8.0.23-gcc11.patch
blob: 83aa6ab78a59913fce69cb8880ee7336c504527c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
--- a/extra/robin-hood-hashing/robin_hood.h
+++ b/extra/robin-hood-hashing/robin_hood.h
@@ -42,6 +42,7 @@
 #include <algorithm>
 #include <cstdlib>
 #include <cstring>
+#include <limits>
 #include <functional>
 #include <memory> // only to support hash of smart pointers
 #include <stdexcept>
--- a/include/my_alloc.h
+++ b/include/my_alloc.h
@@ -32,6 +32,7 @@
 
 #include <string.h>
 
+#include <cstdint>
 #include <memory>
 #include <new>
 #include <type_traits>
--- a/include/mysql/components/services/page_track_service.h
+++ b/include/mysql/components/services/page_track_service.h
@@ -27,6 +27,7 @@
 #include <mysql/components/service.h>
 #include <functional>
 
+#include <stddef.h>
 #include <stdint.h>
 
 #ifdef __cplusplus
--- a/sql-common/sql_string.cc
+++ b/sql-common/sql_string.cc
@@ -23,6 +23,7 @@
 #include "sql_string.h"
 
 #include <algorithm>
+#include <limits>
 
 #include "my_dbug.h"
 #include "my_macros.h"