Skip to content

Commit

Permalink
🐛 adding missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Aug 18, 2021
1 parent f42a74b commit cfb71ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/nlohmann/detail/hash.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <functional> // hash

#include <nlohmann/detail/macro_scope.hpp>
#include <nlohmann/detail/value_t.hpp>

namespace nlohmann
{
Expand Down
2 changes: 2 additions & 0 deletions single_include/nlohmann/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5169,6 +5169,8 @@ class byte_container_with_subtype : public BinaryType

// #include <nlohmann/detail/macro_scope.hpp>

// #include <nlohmann/detail/value_t.hpp>


namespace nlohmann
{
Expand Down

0 comments on commit cfb71ad

Please sign in to comment.