diff options
| author | Cory Fields <[email protected]> | 2014-10-23 14:24:22 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-10-23 14:24:22 -0400 |
| commit | 3a757c52947a5a1beefb456ca7d3ebab7a5a14a2 (patch) | |
| tree | 77046efa3cdba2d226675a53b6fa0989d38fabc6 /src/script/script.h | |
| parent | qt: remove monitoreddatamapper (diff) | |
| download | discoin-3a757c52947a5a1beefb456ca7d3ebab7a5a14a2.tar.xz discoin-3a757c52947a5a1beefb456ca7d3ebab7a5a14a2.zip | |
fix build with libc++ after 85c579e
Diffstat (limited to 'src/script/script.h')
| -rw-r--r-- | src/script/script.h | 1 |
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 |