mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-31 14:51:23 +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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user