Use more explicit path to nlohmann/json.hpp
The path "json.hpp" is a bit dangerous because that path could be found in many libraries in theory and include directory determination could get confused by finding the wrong one.
This commit is contained in:
parent
95e07469ae
commit
e4eb215453
@ -36,7 +36,7 @@
|
|||||||
# define JSON_SCHEMA_VALIDATOR_API
|
# define JSON_SCHEMA_VALIDATOR_API
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <json.hpp>
|
#include <nlohmann/json.hpp>
|
||||||
|
|
||||||
// make yourself a home - welcome to nlohmann's namespace
|
// make yourself a home - welcome to nlohmann's namespace
|
||||||
namespace nlohmann
|
namespace nlohmann
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user