From e4eb2154535c85bb4a746357f04c56d6162ef894 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Mon, 26 Feb 2018 11:02:32 -0700 Subject: [PATCH] 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. --- src/json-schema.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json-schema.hpp b/src/json-schema.hpp index 71ea25c..2817fe3 100644 --- a/src/json-schema.hpp +++ b/src/json-schema.hpp @@ -36,7 +36,7 @@ # define JSON_SCHEMA_VALIDATOR_API #endif -#include +#include // make yourself a home - welcome to nlohmann's namespace namespace nlohmann