🐛 added missing header

std::setw needs the iomanip header (at least with GCC).
This commit is contained in:
Niels Lohmann 2017-04-14 17:37:28 +02:00
parent 951d0920fc
commit 6b6e554067
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
17 changed files with 17 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;

View file

@ -1,4 +1,5 @@
#include <json.hpp>
#include <iomanip> // for std::setw
using json = nlohmann::json;