diff options
author | jtimon <jtimon@monetize.io> | 2014-08-20 18:33:30 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-09-08 20:21:35 +0200 |
commit | 9294a4bbe7ec067a45905b6e693414ad7d3b5669 (patch) | |
tree | 514980981adea5dffbc292b8e136bcfce01956df /src/core.h | |
parent | c4408a6c8534a36711557028a69314024cbc1bbe (diff) |
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 0df75670fd..030eb17734 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" |