mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
add missing #include <cstdint> for GCC 15
This commit is contained in:
parent
40c11ac318
commit
138f867156
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
#include <util/chaintype.h>
|
#include <util/chaintype.h>
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
|
@ -6,9 +6,10 @@
|
||||||
#ifndef BITCOIN_NODE_INTERFACE_UI_H
|
#ifndef BITCOIN_NODE_INTERFACE_UI_H
|
||||||
#define BITCOIN_NODE_INTERFACE_UI_H
|
#define BITCOIN_NODE_INTERFACE_UI_H
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <memory>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
class CBlockIndex;
|
class CBlockIndex;
|
||||||
enum class SynchronizationState;
|
enum class SynchronizationState;
|
||||||
|
|
Loading…
Add table
Reference in a new issue