Skip to content

Commit

Permalink
Add include for nlohmann/detail/abi_macros.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
barcode committed Aug 28, 2022
1 parent 19423a7 commit 46597f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/nlohmann/detail/json_custom_base_class.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <type_traits> // conditional, is_same

#include <nlohmann/detail/abi_macros.hpp>

NLOHMANN_JSON_NAMESPACE_BEGIN
namespace detail
{
Expand Down
3 changes: 3 additions & 0 deletions single_include/nlohmann/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 46597f0

Please sign in to comment.