mirror of
https://github.com/nlohmann/json.git
synced 2025-01-18 23:35:13 +08:00
🐛 added missing header
std::setw needs the iomanip header (at least with GCC).
This commit is contained in:
parent
951d0920fc
commit
6b6e554067
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include <json.hpp>
|
||||
#include <iomanip> // for std::setw
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user