aboutsummaryrefslogtreecommitdiff
path: root/src/compressor.cpp
diff options
context:
space:
mode:
authorAndrew Chow <github@achow101.com>2023-08-08 10:39:01 -0400
committerAndrew Chow <github@achow101.com>2023-08-14 17:38:27 -0400
commit86ea8bed5473f400f7a93fcc455393a574a2f319 (patch)
treee395a5ecbfd4faa78b80a39dcdf10d06fd733eea /src/compressor.cpp
parentb81ebff0d99c45c071b999796b8ae3f0f2517b22 (diff)
downloadbitcoin-86ea8bed5473f400f7a93fcc455393a574a2f319.tar.xz
Move CScriptID to script.{h/cpp}
CScriptID should be next to CScript just as CKeyID is next to CPubKey
Diffstat (limited to 'src/compressor.cpp')
-rw-r--r--src/compressor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compressor.cpp b/src/compressor.cpp
index 32af8eab49..2dbd586bfa 100644
--- a/src/compressor.cpp
+++ b/src/compressor.cpp
@@ -6,6 +6,7 @@
#include <compressor.h>
#include <pubkey.h>
+#include <script/script.h>
#include <script/standard.h>
/*