From 0738a57caae5c76c30311840200eeee741b1dc19 Mon Sep 17 00:00:00 2001 From: Al Date: Fri, 7 Aug 2015 01:52:01 -0400 Subject: [PATCH] [fix] restoring ctype.h include --- src/string_utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/string_utils.h b/src/string_utils.h index 748e8699..b7e14b21 100644 --- a/src/string_utils.h +++ b/src/string_utils.h @@ -7,6 +7,7 @@ extern "C" { #include #include +#include #include #include #include "collections.h"