summaryrefslogtreecommitdiffstats
path: root/couchbase-gcc13.patch
blob: d9b953b72c2923191adecbf8912b4bf699534b54 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
diff -up ./src/deps/couchbase-cxx-client/core/error_context/analytics.hxx.old ./src/deps/couchbase-cxx-client/core/error_context/analytics.hxx
--- ./src/deps/couchbase-cxx-client/core/error_context/analytics.hxx.old	2023-02-17 11:42:50.863806027 +0100
+++ ./src/deps/couchbase-cxx-client/core/error_context/analytics.hxx	2023-02-17 11:42:59.220770468 +0100
@@ -23,6 +23,7 @@
 #include <set>
 #include <string>
 #include <system_error>
+#include <cstdint>
 
 namespace couchbase::core::error_context
 {
diff -up ./src/deps/couchbase-cxx-client/core/error_context/http.hxx.old ./src/deps/couchbase-cxx-client/core/error_context/http.hxx
--- ./src/deps/couchbase-cxx-client/core/error_context/http.hxx.old	2023-02-17 11:45:48.059052174 +0100
+++ ./src/deps/couchbase-cxx-client/core/error_context/http.hxx	2023-02-17 11:45:57.097013713 +0100
@@ -23,6 +23,7 @@
 #include <set>
 #include <string>
 #include <system_error>
+#include <cstdint>
 
 namespace couchbase::core::error_context
 {
diff -up ./src/deps/couchbase-cxx-client/core/error_context/query.hxx.old ./src/deps/couchbase-cxx-client/core/error_context/query.hxx
--- ./src/deps/couchbase-cxx-client/core/error_context/query.hxx.old	2023-02-17 11:41:18.317199772 +0100
+++ ./src/deps/couchbase-cxx-client/core/error_context/query.hxx	2023-02-17 11:41:26.784163755 +0100
@@ -23,6 +23,7 @@
 #include <set>
 #include <string>
 #include <system_error>
+#include <cstdint>
 
 namespace couchbase::core::error_context
 {
diff -up ./src/deps/couchbase-cxx-client/core/error_context/search.hxx.old ./src/deps/couchbase-cxx-client/core/error_context/search.hxx
--- ./src/deps/couchbase-cxx-client/core/error_context/search.hxx.old	2023-02-17 11:43:26.018656454 +0100
+++ ./src/deps/couchbase-cxx-client/core/error_context/search.hxx	2023-02-17 11:43:34.201621640 +0100
@@ -23,6 +23,7 @@
 #include <set>
 #include <string>
 #include <system_error>
+#include <cstdint>
 
 namespace couchbase::core::error_context
 {
diff -up ./src/deps/couchbase-cxx-client/core/error_context/view.hxx.old ./src/deps/couchbase-cxx-client/core/error_context/view.hxx
--- ./src/deps/couchbase-cxx-client/core/error_context/view.hxx.old	2023-02-17 11:45:15.515190630 +0100
+++ ./src/deps/couchbase-cxx-client/core/error_context/view.hxx	2023-02-17 11:45:23.685155875 +0100
@@ -24,6 +24,7 @@
 #include <string>
 #include <system_error>
 #include <vector>
+#include <cstdint>
 
 namespace couchbase::core::error_context
 {
diff -up ./src/deps/couchbase-cxx-client/core/impl/subdoc/lookup_in_macro.cxx.old ./src/deps/couchbase-cxx-client/core/impl/subdoc/lookup_in_macro.cxx
--- ./src/deps/couchbase-cxx-client/core/impl/subdoc/lookup_in_macro.cxx.old	2023-02-17 11:52:51.380377395 +0100
+++ ./src/deps/couchbase-cxx-client/core/impl/subdoc/lookup_in_macro.cxx	2023-02-17 11:52:59.963346370 +0100
@@ -19,6 +19,7 @@
 #include <couchbase/subdoc/lookup_in_macro.hxx>
 
 #include <string>
+#include <cstdint>
 
 namespace couchbase::subdoc
 {
diff -up ./src/deps/couchbase-cxx-client/core/impl/subdoc/mutate_in_macro.cxx.old ./src/deps/couchbase-cxx-client/core/impl/subdoc/mutate_in_macro.cxx
--- ./src/deps/couchbase-cxx-client/core/impl/subdoc/mutate_in_macro.cxx.old	2023-02-17 11:53:40.331200451 +0100
+++ ./src/deps/couchbase-cxx-client/core/impl/subdoc/mutate_in_macro.cxx	2023-02-17 11:53:48.536170794 +0100
@@ -19,6 +19,7 @@
 #include <couchbase/subdoc/mutate_in_macro.hxx>
 
 #include <string>
+#include <cstdint>
 
 namespace couchbase::subdoc
 {
diff -up ./src/deps/couchbase-cxx-client/core/operations/management/analytics_problem.hxx.old ./src/deps/couchbase-cxx-client/core/operations/management/analytics_problem.hxx
--- ./src/deps/couchbase-cxx-client/core/operations/management/analytics_problem.hxx.old	2023-02-17 11:44:42.479331158 +0100
+++ ./src/deps/couchbase-cxx-client/core/operations/management/analytics_problem.hxx	2023-02-17 11:44:51.503292772 +0100
@@ -18,6 +18,7 @@
 #pragma once
 
 #include <string>
+#include <cstdint>
 
 namespace couchbase::core::operations::management
 {
diff -up ./src/deps/couchbase-cxx-client/core/operations/management/eventing_problem.hxx.old ./src/deps/couchbase-cxx-client/core/operations/management/eventing_problem.hxx
--- ./src/deps/couchbase-cxx-client/core/operations/management/eventing_problem.hxx.old	2023-02-17 11:46:56.338761652 +0100
+++ ./src/deps/couchbase-cxx-client/core/operations/management/eventing_problem.hxx	2023-02-17 11:47:06.873716827 +0100
@@ -18,6 +18,7 @@
 #pragma once
 
 #include <string>
+#include <cstdint>
 
 namespace couchbase::core::operations::management
 {
diff -up ./src/deps/couchbase-cxx-client/core/platform/base64.cc.old ./src/deps/couchbase-cxx-client/core/platform/base64.cc
--- ./src/deps/couchbase-cxx-client/core/platform/base64.cc.old	2023-02-17 11:39:35.916566384 +0100
+++ ./src/deps/couchbase-cxx-client/core/platform/base64.cc	2023-02-17 11:40:12.655440285 +0100
@@ -29,6 +29,7 @@
 #include <stdexcept>
 #include <string>
 #include <vector>
+#include <cstdint>
 
 /**
  * An array of the legal characters used for direct lookup
diff -up ./src/deps/couchbase-cxx-client/core/protocol/client_opcode.hxx.old ./src/deps/couchbase-cxx-client/core/protocol/client_opcode.hxx
--- ./src/deps/couchbase-cxx-client/core/protocol/client_opcode.hxx.old	2023-02-17 11:42:13.056966881 +0100
+++ ./src/deps/couchbase-cxx-client/core/protocol/client_opcode.hxx	2023-02-17 11:42:16.956950286 +0100
@@ -19,6 +19,7 @@
 
 #include <string>
 #include <vector>
+#include <cstdint>
 
 namespace couchbase::core::protocol
 {
diff -up ./src/deps/couchbase-cxx-client/core/protocol/cmd_info.hxx.old ./src/deps/couchbase-cxx-client/core/protocol/cmd_info.hxx
--- ./src/deps/couchbase-cxx-client/core/protocol/cmd_info.hxx.old	2023-02-17 11:48:04.927469837 +0100
+++ ./src/deps/couchbase-cxx-client/core/protocol/cmd_info.hxx	2023-02-17 11:48:12.158439071 +0100
@@ -18,6 +18,7 @@
 #pragma once
 
 #include <string_view>
+#include <cstdint>
 
 namespace couchbase::core::protocol
 {
diff -up ./src/deps/couchbase-cxx-client/core/utils/crc32.hxx.old ./src/deps/couchbase-cxx-client/core/utils/crc32.hxx
--- ./src/deps/couchbase-cxx-client/core/utils/crc32.hxx.old	2023-02-17 11:54:05.664108871 +0100
+++ ./src/deps/couchbase-cxx-client/core/utils/crc32.hxx	2023-02-17 11:54:16.721068897 +0100
@@ -5,6 +5,8 @@
  * src/usr.bin/cksum/crc32.c.
  */
 
+#include <cstdint>
+
 namespace couchbase::core::utils
 {
 static const std::uint32_t crc32tab[256] = {
diff -up ./src/deps/couchbase-cxx-client/core/utils/json_streaming_lexer.hxx.old ./src/deps/couchbase-cxx-client/core/utils/json_streaming_lexer.hxx
--- ./src/deps/couchbase-cxx-client/core/utils/json_streaming_lexer.hxx.old	2023-02-17 11:50:55.447796534 +0100
+++ ./src/deps/couchbase-cxx-client/core/utils/json_streaming_lexer.hxx	2023-02-17 11:51:13.882729879 +0100
@@ -24,6 +24,7 @@
 #include <functional>
 #include <memory>
 #include <string>
+#include <cstdint>
 
 namespace couchbase::core::utils::json
 {
diff -up ./src/deps/couchbase-cxx-client/core/utils/url_codec.cxx.old ./src/deps/couchbase-cxx-client/core/utils/url_codec.cxx
--- ./src/deps/couchbase-cxx-client/core/utils/url_codec.cxx.old	2023-02-17 11:49:55.460013429 +0100
+++ ./src/deps/couchbase-cxx-client/core/utils/url_codec.cxx	2023-02-17 11:50:05.750976216 +0100
@@ -21,6 +21,7 @@
 
 #include <cctype>
 #include <climits>
+#include <cstdint>
 
 namespace couchbase::core::utils::string_codec
 {
diff -up ./src/deps/couchbase-cxx-client/couchbase/query_index_manager.hxx.old ./src/deps/couchbase-cxx-client/couchbase/query_index_manager.hxx
--- ./src/deps/couchbase-cxx-client/couchbase/query_index_manager.hxx.old	2023-02-17 12:22:15.005042408 +0100
+++ ./src/deps/couchbase-cxx-client/couchbase/query_index_manager.hxx	2023-02-17 12:22:23.561023478 +0100
@@ -21,6 +21,7 @@
 
 #include <future>
 #include <memory>
+#include <cstdint>
 
 #ifndef COUCHBASE_CXX_CLIENT_DOXYGEN
 namespace couchbase::core
diff -up ./src/wrapper/core_error_info.hxx.old ./src/wrapper/core_error_info.hxx
--- ./src/wrapper/core_error_info.hxx.old	2023-02-17 11:40:03.844470526 +0100
+++ ./src/wrapper/core_error_info.hxx	2023-02-17 11:40:08.423454811 +0100
@@ -23,6 +23,7 @@
 #include <system_error>
 #include <variant>
 #include <vector>
+#include <cstdint>
 
 namespace couchbase::php
 {