include "iostream" in programs

This commit is contained in:
Patrick Boettcher 2017-08-08 15:51:16 +02:00
parent bea8b399d0
commit 81c8bc2190
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <fstream>
#include <regex>
#include <iostream>
using nlohmann::json;
using nlohmann::json_uri;

View File

@ -26,6 +26,7 @@
#include <json-schema.hpp>
#include <fstream>
#include <iostream>
using nlohmann::json;
using nlohmann::json_uri;