Merge pull request #2948 from nlohmann/missing_header

Add header to use value_t
pull/2954/head
Niels Lohmann 2021-08-18 20:07:05 +02:00 committed by GitHub
commit 5cf5ccd108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <functional> // hash
#include <nlohmann/detail/macro_scope.hpp>
#include <nlohmann/detail/value_t.hpp>
namespace nlohmann
{

View File

@ -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
{