From 05d1355b76b97369e337490d79b296eeadbc81dd Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Fri, 1 Dec 2017 19:34:13 +0100 Subject: [PATCH] Fix build with NDK 16 --- src/main/cpp/json.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/cpp/json.cpp b/src/main/cpp/json.cpp index cbe443a..6819097 100644 --- a/src/main/cpp/json.cpp +++ b/src/main/cpp/json.cpp @@ -18,6 +18,7 @@ #include "json.h" #include #include +#include namespace json {