Browse Source

fix build with libc++ after 85c579e

pull/145/head
Cory Fields 10 years ago
parent
commit
3a757c5294
  1. 1
      src/script/script.h

1
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

Loading…
Cancel
Save