Skip to content

Commit 8952f68

Browse files
committed
Add missing <cstdint> declarations
1 parent b411e58 commit 8952f68

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#ifndef BITCOIN_NODE_INTERFACE_UI_H
77
#define BITCOIN_NODE_INTERFACE_UI_H
88

9+
#include <cstdint>
910
#include <functional>
1011
#include <memory>
1112
#include <string>

0 commit comments

Comments
 (0)