mirror of
https://github.com/nlohmann/json.git
synced 2026-02-27 05:46:30 +00:00
include <iosfwd> instead of <iostream>
avoid bloat caused by <iostream> and std::cout and friends in apps where iostream are not used.
This commit is contained in:
@@ -36,6 +36,7 @@ using nlohmann::json;
|
||||
#include <list>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <iostream>
|
||||
|
||||
TEST_CASE("README", "[hide]")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user