From 46597f0b9c1b8e9b017c4d5ca7b0d77810e7cbf3 Mon Sep 17 00:00:00 2001 From: barcode Date: Sun, 28 Aug 2022 11:49:52 +0200 Subject: [PATCH] Add include for nlohmann/detail/abi_macros.hpp --- include/nlohmann/detail/json_custom_base_class.hpp | 2 ++ single_include/nlohmann/json.hpp | 3 +++ 2 files changed, 5 insertions(+) diff --git a/include/nlohmann/detail/json_custom_base_class.hpp b/include/nlohmann/detail/json_custom_base_class.hpp index 5dc839ff3..ff06653ab 100644 --- a/include/nlohmann/detail/json_custom_base_class.hpp +++ b/include/nlohmann/detail/json_custom_base_class.hpp @@ -2,6 +2,8 @@ #include // conditional, is_same +#include + NLOHMANN_JSON_NAMESPACE_BEGIN namespace detail { diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 20cda85d9..ec0511e6f 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -13680,6 +13680,9 @@ NLOHMANN_JSON_NAMESPACE_END #include // conditional, is_same +// #include + + NLOHMANN_JSON_NAMESPACE_BEGIN namespace detail {