mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01: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…
Reference in New Issue
Block a user