diff options
| author | Pieter Wuille <[email protected]> | 2014-05-09 17:38:44 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-05-09 17:38:44 +0200 |
| commit | ccc84e0963dab2ee6276ccc9766c2c19b0ebb3e3 (patch) | |
| tree | 6fbda694cc19547bdb80296fce0ba09bb3f38d61 /src/protocol.h | |
| parent | Merge pull request #4076 (diff) | |
| download | discoin-ccc84e0963dab2ee6276ccc9766c2c19b0ebb3e3.tar.xz discoin-ccc84e0963dab2ee6276ccc9766c2c19b0ebb3e3.zip | |
Reduce bignum.h now it is only needed for scriptnum_tests
Diffstat (limited to 'src/protocol.h')
| -rw-r--r-- | src/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol.h b/src/protocol.h index 86e08ddcf..e6f105fe5 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -14,6 +14,7 @@ #include "netbase.h" #include "serialize.h" #include "uint256.h" +#include "version.h" #include <stdint.h> #include <string> |