diff options
| author | practicalswift <[email protected]> | 2019-02-11 23:52:59 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2019-02-14 16:10:02 +0100 |
| commit | 7cee85807c4db679003c6659d247a2fe74c2464a (patch) | |
| tree | 5d4c1c0c326b096b2e4adce6ec630f256bc12b08 /src/util | |
| parent | Merge #15353: docs: Minor textual improvements in translation_strings_policy.md (diff) | |
| download | discoin-7cee85807c4db679003c6659d247a2fe74c2464a.tar.xz discoin-7cee85807c4db679003c6659d247a2fe74c2464a.zip | |
Add compile time verification of assumptions we're currently making implicitly/tacitly
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/system.h b/src/util/system.h index 17723d427..36c13ada1 100644 --- a/src/util/system.h +++ b/src/util/system.h @@ -16,6 +16,7 @@ #include <attributes.h> #include <compat.h> +#include <compat/assumptions.h> #include <fs.h> #include <logging.h> #include <sync.h> |