partial bitcoin#27254: Extract util/fs from util/system

includes:
- b202b3dd6393b415fa68e18dc49c9431dc6b58b2
This commit is contained in:
Kittywhiskers Van Gogh 2023-03-15 20:02:32 +01:00
parent 280988bee3
commit 2ab561d281
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

@ -8,6 +8,7 @@
#ifndef BITCOIN_COMPAT_ASSUMPTIONS_H #ifndef BITCOIN_COMPAT_ASSUMPTIONS_H
#define BITCOIN_COMPAT_ASSUMPTIONS_H #define BITCOIN_COMPAT_ASSUMPTIONS_H
#include <cstddef>
#include <limits> #include <limits>
// Assumption: We assume that the macro NDEBUG is not defined. // Assumption: We assume that the macro NDEBUG is not defined.