From afb108a7f817bb8405a5494c8462546acc19b290 Mon Sep 17 00:00:00 2001 From: Raphael Grimm Date: Fri, 19 Aug 2022 12:49:11 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/nlohmann/detail/json_custom_base_class.hpp b/include/nlohmann/detail/json_custom_base_class.hpp index 1c278e4a1..f749c25e2 100644 --- a/include/nlohmann/detail/json_custom_base_class.hpp +++ b/include/nlohmann/detail/json_custom_base_class.hpp @@ -2,8 +2,7 @@ #include // conditional, is_same -namespace nlohmann -{ +NLOHMANN_JSON_NAMESPACE_BEGIN namespace detail {