Skip to content

Commit 138f867

Browse files
whitslackfanquake
authored andcommitted
add missing #include <cstdint> for GCC 15
1 parent 40c11ac commit 138f867

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/chainparamsbase.h

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <util/chaintype.h>
99

10+
#include <cstdint>
1011
#include <memory>
1112
#include <string>
1213

src/node/interface_ui.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
#ifndef BITCOIN_NODE_INTERFACE_UI_H
77
#define BITCOIN_NODE_INTERFACE_UI_H
88

9+
#include <cstdint>
910
#include <functional>
10-
#include <memory>
1111
#include <string>
12+
#include <vector>
1213

1314
class CBlockIndex;
1415
enum class SynchronizationState;

0 commit comments

Comments
 (0)