Skip to content

Commit

Permalink
Merge pull request #2948 from nlohmann/missing_header
Browse files Browse the repository at this point in the history
Add header to use value_t
  • Loading branch information
nlohmann authored Aug 18, 2021
2 parents 5a04042 + cfb71ad commit 5cf5ccd
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 5cf5ccd

Please sign in to comment.