mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-23 10:23:27 +02:00
Add missing cstddef include in assumptions.h
The inclusion of this header should not depend on the inclusion of other headers that include cstddef themselves.
This commit is contained in:
parent
18fb36367a
commit
b202b3dd63
@ -8,6 +8,7 @@
|
||||
#ifndef BITCOIN_COMPAT_ASSUMPTIONS_H
|
||||
#define BITCOIN_COMPAT_ASSUMPTIONS_H
|
||||
|
||||
#include <cstddef>
|
||||
#include <limits>
|
||||
|
||||
// Assumption: We assume that the macro NDEBUG is not defined.
|
||||
|
Loading…
x
Reference in New Issue
Block a user