Skip to content

Commit 3b7d57f

Browse files
whitslackdavidgumberg
authored andcommitted
add missing #include <cstdint> for GCC 15
1 parent b411e58 commit 3b7d57f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/chainparamsbase.h

Lines changed: 1 addition & 0 deletions
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

Lines changed: 2 additions & 1 deletion
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)