diff --git a/src/nlohmann/json-schema.hpp b/src/nlohmann/json-schema.hpp index ae7efff..40c37c0 100644 --- a/src/nlohmann/json-schema.hpp +++ b/src/nlohmann/json-schema.hpp @@ -10,6 +10,7 @@ #define NLOHMANN_JSON_SCHEMA_HPP__ #include "json-schema-decl.hpp" +#include #include @@ -21,6 +22,13 @@ # error "expected existing NLOHMANN_JSON_VERSION_MAJOR preproc variable, please update to NLohmann's JSON 3.8.0" #endif +namespace _detail +{ +using namespace nlohmann::json_schema; +static const auto version_ok __attribute((unused)) = + about::check_library_version(); +} // namespace _detail + // make yourself a home - welcome to nlohmann's namespace namespace nlohmann {