add missing #include <cstdint> for GCC 15

This commit is contained in:
Matt Whitlock
2024-08-07 22:04:40 -04:00
committed by fanquake
parent 40c11ac318
commit 138f867156
2 changed files with 3 additions and 1 deletions

View File

@@ -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;