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 committed by Patrick Boettcher
parent e3d42e65c2
commit 2785ce0c64

View File

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