1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-06 06:42:33 +03:00

📝 fixed examples for Wandbox

As I learned in https://github.com/melpon/wandbox/issues/209, this
library is already installed at Wandbox, so we need to adjust the
examples to use `#include "json.hpp"` insteas of `#include <json.hpp>`.
This commit is contained in:
Niels Lohmann
2017-04-21 22:07:07 +02:00
parent aea47422a2
commit 9b32f72584
217 changed files with 217 additions and 216 deletions

View File

@ -1,4 +1,4 @@
#include <json.hpp>
#include "json.hpp"
using json = nlohmann::json;