From 4a9b26afcee298873d39178c2a78600091ccbaad Mon Sep 17 00:00:00 2001 From: garethsb-sony Date: Mon, 21 Jan 2019 10:59:15 +0000 Subject: [PATCH] Add missing #include, to compile with VS2015 --- src/json-validator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/json-validator.cpp b/src/json-validator.cpp index 91b7e22..fbcb9ed 100644 --- a/src/json-validator.cpp +++ b/src/json-validator.cpp @@ -10,6 +10,7 @@ #include #include +#include using nlohmann::json; using nlohmann::json_uri;