summarylogtreecommitdiffstats
path: root/brave-1.52-missing-includes.patch
blob: 044588c529fd7202bb3e51faa71b113205b17f1e (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
diff --git a/brave/components/brave_rewards/core/common/request_util.h b/brave/components/brave_rewards/core/common/request_util.h
index 07de15e8a6..2d723f5fb8 100644
--- a/brave/components/brave_rewards/core/common/request_util.h
+++ b/brave/components/brave_rewards/core/common/request_util.h
@@ -6,6 +6,7 @@
 #ifndef BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_COMMON_REQUEST_UTIL_H_
 #define BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_COMMON_REQUEST_UTIL_H_
 
+#include <cstdint>
 #include <map>
 #include <string>
 #include <vector>
diff --git a/brave/components/brave_rewards/core/common/security_util.h b/brave/components/brave_rewards/core/common/security_util.h
index 070a686c84..2faa892eb5 100644
--- a/brave/components/brave_rewards/core/common/security_util.h
+++ b/brave/components/brave_rewards/core/common/security_util.h
@@ -6,6 +6,7 @@
 #ifndef BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_COMMON_SECURITY_UTIL_H_
 #define BRAVE_COMPONENTS_BRAVE_REWARDS_CORE_COMMON_SECURITY_UTIL_H_
 
+#include <cstdint>
 #include <map>
 #include <string>
 #include <vector>
diff --git a/brave/components/brave_rewards/core/contribution/contribution.cc b/brave/components/brave_rewards/core/contribution/contribution.cc
index 9ba025de51..0e9e8be5c9 100644
--- a/brave/components/brave_rewards/core/contribution/contribution.cc
+++ b/brave/components/brave_rewards/core/contribution/contribution.cc
@@ -7,6 +7,7 @@
 
 #include <algorithm>
 #include <cmath>
+#include <ctime>
 #include <memory>
 #include <utility>
 #include <vector>
diff --git a/brave/components/brave_sync/crypto/crypto.h b/brave/components/brave_sync/crypto/crypto.h
index 029335df4a..cd06efdea6 100644
--- a/brave/components/brave_sync/crypto/crypto.h
+++ b/brave/components/brave_sync/crypto/crypto.h
@@ -5,6 +5,7 @@
 #ifndef BRAVE_COMPONENTS_BRAVE_SYNC_CRYPTO_CRYPTO_H_
 #define BRAVE_COMPONENTS_BRAVE_SYNC_CRYPTO_CRYPTO_H_
 
+#include <cstdint>
 #include <string>
 #include <vector>
 
diff --git a/brave/components/ipfs/repo_stats.h b/brave/components/ipfs/repo_stats.h
index b9127788fd..d249a3fa3f 100644
--- a/brave/components/ipfs/repo_stats.h
+++ b/brave/components/ipfs/repo_stats.h
@@ -6,6 +6,7 @@
 #ifndef BRAVE_COMPONENTS_IPFS_REPO_STATS_H_
 #define BRAVE_COMPONENTS_IPFS_REPO_STATS_H_
 
+#include <cstdint>
 #include <string>
 #include <vector>