mirror of
https://github.com/nlohmann/json.git
synced 2026-02-21 02:46:26 +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:
@@ -33,6 +33,7 @@ SOFTWARE.
|
||||
using nlohmann::json;
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
extern size_t calls;
|
||||
size_t calls = 0;
|
||||
|
||||
Reference in New Issue
Block a user