🐛 added missing header
std::setw needs the iomanip header (at least with GCC).
This commit is contained in:
parent
951d0920fc
commit
6b6e554067
17 changed files with 17 additions and 0 deletions
doc/examples
diff.cppflatten.cppfrom_cbor.cppfrom_msgpack.cppmeta.cppoperator_deserialize.cppoperator_serialize.cppoperatorarray__key_type.cppparse__array__parser_callback_t.cppparse__contiguouscontainer__parser_callback_t.cppparse__istream__parser_callback_t.cppparse__iteratortype__parser_callback_t.cppparse__string__parser_callback_t.cpppatch.cppto_cbor.cppto_msgpack.cppunflatten.cpp
|
@ -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…
Add table
Reference in a new issue