aboutsummaryrefslogtreecommitdiff
path: root/src/crypter.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-10-22 12:08:51 +0200
committerWladimir J. van der Laan <[email protected]>2014-10-22 12:16:50 +0200
commit25cc1cf8dc03b9ba0ae886d354855adc207b5b6e (patch)
tree9298713771596e3ef2c45eb98b3564a995af7978 /src/crypter.cpp
parentMerge pull request #4988 (diff)
parentscript: add a slew of includes all around and drop includes from script.h (diff)
downloaddiscoin-25cc1cf8dc03b9ba0ae886d354855adc207b5b6e.tar.xz
discoin-25cc1cf8dc03b9ba0ae886d354855adc207b5b6e.zip
Merge pull request #4981
85c579e script: add a slew of includes all around and drop includes from script.h (Cory Fields) db8eb54 script: move ToString and ValueString out of the header (Cory Fields) e9ca428 script: add ToByteVector() for converting anything with begin/end (Cory Fields) 066e2a1 script: move CScriptID to standard.h and add a ctor for creating them from CScripts (Cory Fields)
Diffstat (limited to 'src/crypter.cpp')
-rw-r--r--src/crypter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypter.cpp b/src/crypter.cpp
index a872df702..756538836 100644
--- a/src/crypter.cpp
+++ b/src/crypter.cpp
@@ -5,6 +5,7 @@
#include "crypter.h"
#include "script/script.h"
+#include "script/standard.h"
#include "util.h"
#include <string>