mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-07 19:48:58 +02:00
add missing #include <cstdint> for GCC 15
Github-Pull: #30633 Rebased-From: 138f8671569f7ebb8c84e9d80c44cddeda9e3845
This commit is contained in:
parent
500bba0561
commit
ccff378a28
@ -7,6 +7,7 @@
|
||||
|
||||
#include <util/chaintype.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
|
@ -6,9 +6,10 @@
|
||||
#ifndef BITCOIN_NODE_INTERFACE_UI_H
|
||||
#define BITCOIN_NODE_INTERFACE_UI_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class CBlockIndex;
|
||||
enum class SynchronizationState;
|
||||
|
Loading…
x
Reference in New Issue
Block a user