Browse Source

Merge pull request #5128

3a757c5 fix build with libc++ after 85c579e (Cory Fields)

Signed-off-by: Gavin Andresen <gavinandresen@gmail.com>
0.10
Gavin Andresen 10 years ago
parent
commit
3552d4b859
No known key found for this signature in database
GPG Key ID: 7588242FBE38D3A8
  1. 1
      src/script/script.h

1
src/script/script.h

@ -12,6 +12,7 @@ @@ -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

Loading…
Cancel
Save