summaryrefslogtreecommitdiff
path: root/net-p2p/litecoind/files/litecoind-0.18.1-gcc12.patch
blob: 12bc5c7b2b1ddc347f3ea67717ee72b054d94629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
https://bugs.gentoo.org/888605
--- a/src/bench/block_assemble.cpp
+++ b/src/bench/block_assemble.cpp
@@ -22,6 +22,7 @@
 
 #include <list>
 #include <vector>
+#include <array>
 
 static std::shared_ptr<CBlock> PrepareBlock(const CScript& coinbase_scriptPubKey)
 {
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -29,6 +29,7 @@
 #include <util/system.h>
 #include <util/moneystr.h>
 #include <util/strencodings.h>
+#include <array>
 
 #include <memory>