diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2019-02-11 23:52:59 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2019-02-14 16:10:02 +0100 |
commit | 7cee85807c4db679003c6659d247a2fe74c2464a (patch) | |
tree | 5d4c1c0c326b096b2e4adce6ec630f256bc12b08 /src/Makefile.am | |
parent | 1bc149d05b09d716723d2f091250fab38fd70fc2 (diff) |
Add compile time verification of assumptions we're currently making implicitly/tacitly
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a57fcb0711..a08e7fa465 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -118,6 +118,7 @@ BITCOIN_CORE_H = \ clientversion.h \ coins.h \ compat.h \ + compat/assumptions.h \ compat/byteswap.h \ compat/endian.h \ compat/sanity.h \ |