mirror of
https://github.com/nlohmann/json.git
synced 2025-11-24 11:54:34 +08: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:
@@ -1,4 +1,4 @@
|
||||
#include <json.hpp>
|
||||
#include "json.hpp"
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user