We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3987687 commit af86266Copy full SHA for af86266
src/util/bip32.h
@@ -6,6 +6,7 @@
6
#define BITCOIN_UTIL_BIP32_H
7
8
#include <attributes.h>
9
+#include <cstdint>
10
#include <string>
11
#include <vector>
12
src/util/string.h
@@ -9,6 +9,7 @@
#include <algorithm>
#include <array>
13
#include <cstring>
14
#include <locale>
15
#include <sstream>
0 commit comments