Add include for nlohmann/detail/abi_macros.hpp

This commit is contained in:
barcode 2022-08-28 11:49:52 +02:00
parent 19423a7cb5
commit 46597f0b9c
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,8 @@
#include <type_traits> // conditional, is_same
#include <nlohmann/detail/abi_macros.hpp>
NLOHMANN_JSON_NAMESPACE_BEGIN
namespace detail
{

View File

@ -13680,6 +13680,9 @@ NLOHMANN_JSON_NAMESPACE_END
#include <type_traits> // conditional, is_same
// #include <nlohmann/detail/abi_macros.hpp>
NLOHMANN_JSON_NAMESPACE_BEGIN
namespace detail
{