From 3a757c52947a5a1beefb456ca7d3ebab7a5a14a2 Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Thu, 23 Oct 2014 14:24:22 -0400 Subject: [PATCH] fix build with libc++ after 85c579e --- src/script/script.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/script/script.h b/src/script/script.h index a68924c7..d450db5c 100644 --- a/src/script/script.h +++ b/src/script/script.h @@ -12,6 +12,7 @@ #include #include #include +#include #include static const unsigned int MAX_SCRIPT_ELEMENT_SIZE = 520; // bytes