aboutsummaryrefslogtreecommitdiff
path: root/src/script/script.h
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2014-10-23 14:35:33 -0400
committerGavin Andresen <[email protected]>2014-10-23 14:37:37 -0400
commit3552d4b859d56726cd25baa6f1e5988050bdad33 (patch)
tree77046efa3cdba2d226675a53b6fa0989d38fabc6 /src/script/script.h
parentqt: remove monitoreddatamapper (diff)
parentfix build with libc++ after 85c579e (diff)
downloaddiscoin-3552d4b859d56726cd25baa6f1e5988050bdad33.tar.xz
discoin-3552d4b859d56726cd25baa6f1e5988050bdad33.zip
Merge pull request #5128
3a757c5 fix build with libc++ after 85c579e (Cory Fields) Signed-off-by: Gavin Andresen <[email protected]>
Diffstat (limited to 'src/script/script.h')
-rw-r--r--src/script/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/script.h b/src/script/script.h
index a68924c73..d450db5ca 100644
--- a/src/script/script.h
+++ b/src/script/script.h
@@ -12,6 +12,7 @@
#include <stdexcept>
#include <stdint.h>
#include <string.h>
+#include <string>
#include <vector>
static const unsigned int MAX_SCRIPT_ELEMENT_SIZE = 520; // bytes