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:
Ian Bell 2018-02-26 11:02:32 -07:00 committed by GitHub
parent 95e07469ae
commit e4eb215453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@
# define JSON_SCHEMA_VALIDATOR_API
#endif
#include <json.hpp>
#include <nlohmann/json.hpp>
// make yourself a home - welcome to nlohmann's namespace
namespace nlohmann