Add include for nlohmann/detail/abi_macros.hpp
This commit is contained in:
parent
19423a7cb5
commit
46597f0b9c
@ -2,6 +2,8 @@
|
||||
|
||||
#include <type_traits> // conditional, is_same
|
||||
|
||||
#include <nlohmann/detail/abi_macros.hpp>
|
||||
|
||||
NLOHMANN_JSON_NAMESPACE_BEGIN
|
||||
namespace detail
|
||||
{
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user