From 2785ce0c64c713b8c0599974c69da4b39a20a57b Mon Sep 17 00:00:00 2001 From: Maxim Bondarenko Date: Thu, 22 Nov 2018 17:24:42 +0300 Subject: [PATCH] =?UTF-8?q?fixed=20compile=20error:=20aggregate=20?= =?UTF-8?q?=E2=80=98std::stringstream=20s=E2=80=99=20has=20incomplete=20ty?= =?UTF-8?q?pe=20and=20cannot=20be=20defined?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/json-uri.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/json-uri.cpp b/src/json-uri.cpp index 5b737d3..6a3136f 100644 --- a/src/json-uri.cpp +++ b/src/json-uri.cpp @@ -25,6 +25,8 @@ */ #include "json-schema.hpp" +#include + namespace nlohmann {