aboutsummaryrefslogtreecommitdiff
path: root/src/script/standard.h
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-09-24 23:32:36 -0400
committerCory Fields <cory-nospam-@coryfields.com>2014-10-17 13:44:57 -0400
commit85c579e3a63cf505d6cedc454755265572e97d3e (patch)
tree116da64bbc269152c7026948b8600cfa1ac8f87a /src/script/standard.h
parentdb8eb54bd7239ff2b046fe34b1c8d692860c6b5b (diff)
downloadbitcoin-85c579e3a63cf505d6cedc454755265572e97d3e.tar.xz
script: add a slew of includes all around and drop includes from script.h
Lots of files ended up with indirect includes from script.h.
Diffstat (limited to 'src/script/standard.h')
-rw-r--r--src/script/standard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script/standard.h b/src/script/standard.h
index 38d0b59885..961b214c89 100644
--- a/src/script/standard.h
+++ b/src/script/standard.h
@@ -6,9 +6,12 @@
#ifndef H_BITCOIN_SCRIPT_STANDARD
#define H_BITCOIN_SCRIPT_STANDARD
+#include "key.h"
#include "script/script.h"
#include "script/interpreter.h"
+#include <boost/variant.hpp>
+
#include <stdint.h>
class CScript;