mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
🐛 added missing header
std::setw needs the iomanip header (at least with GCC).
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#include <json.hpp>
|
#include <json.hpp>
|
||||||
|
#include <iomanip> // for std::setw
|
||||||
|
|
||||||
using json = nlohmann::json;
|
using json = nlohmann::json;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user