fixed compile error: aggregate ‘std::stringstream s’ has incomplete type and cannot be defined

This commit is contained in:
Maxim Bondarenko 2018-11-22 17:24:42 +03:00
parent e3d42e65c2
commit 23ce7d8bb4

View File

@ -25,6 +25,8 @@
*/ */
#include "json-schema.hpp" #include "json-schema.hpp"
#include <sstream>
namespace nlohmann namespace nlohmann
{ {