diff options
| author | jtimon <[email protected]> | 2014-08-20 18:33:30 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-09-08 20:21:35 +0200 |
| commit | 9294a4bbe7ec067a45905b6e693414ad7d3b5669 (patch) | |
| tree | 514980981adea5dffbc292b8e136bcfce01956df /src/core.h | |
| parent | Separate script/standard (diff) | |
| download | discoin-9294a4bbe7ec067a45905b6e693414ad7d3b5669.tar.xz discoin-9294a4bbe7ec067a45905b6e693414ad7d3b5669.zip | |
Separate CScriptCompressor
Diffstat (limited to 'src/core.h')
| -rw-r--r-- | src/core.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core.h b/src/core.h index 0df75670f..030eb1773 100644 --- a/src/core.h +++ b/src/core.h @@ -6,7 +6,8 @@ #ifndef BITCOIN_CORE_H #define BITCOIN_CORE_H -#include "scriptutils.h" +#include "script/compressor.h" +#include "script/script.h" #include "serialize.h" #include "uint256.h" |