From 0bcc12cb764123e3df00f5067752f213010a2274 Mon Sep 17 00:00:00 2001 From: Raphael Grimm Date: Fri, 19 Aug 2022 12:49:38 +0200 Subject: [PATCH] Update include/nlohmann/detail/json_custom_base_class.hpp Co-authored-by: Florian Albrechtskirchinger --- include/nlohmann/detail/json_custom_base_class.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nlohmann/detail/json_custom_base_class.hpp b/include/nlohmann/detail/json_custom_base_class.hpp index f749c25e2..2eb108b16 100644 --- a/include/nlohmann/detail/json_custom_base_class.hpp +++ b/include/nlohmann/detail/json_custom_base_class.hpp @@ -26,4 +26,4 @@ using json_base_class = typename std::conditional < >::type; } // namespace detail -} // namespace nlohmann +NLOHMANN_JSON_NAMESPACE_END