From 82582904a80798e1a02d332da8ab67ca5bf7577f Mon Sep 17 00:00:00 2001 From: Sangwhan Moon Date: Wed, 22 Feb 2017 17:35:45 +0900 Subject: [PATCH] Import string: Needed for clang compilation. --- ext/json11/json11.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/json11/json11.cpp b/ext/json11/json11.cpp index c086988987..f48833b1b8 100644 --- a/ext/json11/json11.cpp +++ b/ext/json11/json11.cpp @@ -25,6 +25,7 @@ #include #include #include +#include namespace json11 { -- 2.47.3