Skip to content

Commit b202b3d

Browse files
committed
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.
1 parent 18fb363 commit b202b3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compat/assumptions.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#ifndef BITCOIN_COMPAT_ASSUMPTIONS_H
99
#define BITCOIN_COMPAT_ASSUMPTIONS_H
1010

11+
#include <cstddef>
1112
#include <limits>
1213

1314
// Assumption: We assume that the macro NDEBUG is not defined.

0 commit comments

Comments
 (0)