Skip to content

Commit af86266

Browse files
committed
23.x Add missing includes to fix gcc-13 compile error
Additional include fixes are required to make the 23.x branch compile using GCC 13.
1 parent 3987687 commit af86266

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/util/bip32.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#define BITCOIN_UTIL_BIP32_H
77

88
#include <attributes.h>
9+
#include <cstdint>
910
#include <string>
1011
#include <vector>
1112

src/util/string.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include <algorithm>
1111
#include <array>
12+
#include <cstdint>
1213
#include <cstring>
1314
#include <locale>
1415
#include <sstream>

0 commit comments

Comments
 (0)