blob: cf13aba845a16c65f09d29b182025b62cf11654f (
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
|
https://bugs.gentoo.org/895702
--- a/components/keyrings/common/data/data.h
+++ b/components/keyrings/common/data/data.h
@@ -23,6 +23,7 @@
#ifndef DATA_INCLUDED
#define DATA_INCLUDED
+#include <cstdint>
#include <functional>
#include <string>
#include "pfs_string.h"
--- a/libbinlogevents/include/gtids/global.h
+++ b/libbinlogevents/include/gtids/global.h
@@ -23,6 +23,7 @@
#ifndef CS_GTIDS_GLOBALS_INCLUDED
#define CS_GTIDS_GLOBALS_INCLUDED
+#include <cstdint>
#include <set>
#include <sstream>
#include "libbinlogevents/include/uuid.h"
@@ -34,4 +35,4 @@ typedef binary_log::Uuid Uuid;
} // namespace binary_log::gtids
-#endif
\ No newline at end of file
+#endif
--- a/sql/dd/impl/sdi.h
+++ b/sql/dd/impl/sdi.h
@@ -23,6 +23,7 @@
#ifndef DD__SDI_INCLUDED
#define DD__SDI_INCLUDED
+#include <cstdint>
#include <functional>
#include "my_compiler.h"
#include "sql/dd/sdi_fwd.h" // RJ_Document
|