aboutsummaryrefslogtreecommitdiff
path: root/src/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script.h')
-rw-r--r--src/script.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script.h b/src/script.h
index f866dde714..e61ea2fd7e 100644
--- a/src/script.h
+++ b/src/script.h
@@ -11,6 +11,8 @@
#include <string>
#include <vector>
+#include <boost/foreach.hpp>
+
class CTransaction;
enum
@@ -690,6 +692,7 @@ public:
+bool EvalScript(std::vector<std::vector<unsigned char> >& stack, const CScript& script, const CTransaction& txTo, unsigned int nIn, int nHashType);
bool IsStandard(const CScript& scriptPubKey);
bool IsMine(const CKeyStore& keystore, const CScript& scriptPubKey);