Unverified Commit 5cf5ccd1 authored by Niels Lohmann's avatar Niels Lohmann Committed by GitHub

Merge pull request #2948 from nlohmann/missing_header

Add header to use value_t
parents 5a04042c cfb71ad1
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include <functional> // hash #include <functional> // hash
#include <nlohmann/detail/macro_scope.hpp> #include <nlohmann/detail/macro_scope.hpp>
#include <nlohmann/detail/value_t.hpp>
namespace nlohmann namespace nlohmann
{ {
......
...@@ -5169,6 +5169,8 @@ class byte_container_with_subtype : public BinaryType ...@@ -5169,6 +5169,8 @@ class byte_container_with_subtype : public BinaryType
// #include <nlohmann/detail/macro_scope.hpp> // #include <nlohmann/detail/macro_scope.hpp>
// #include <nlohmann/detail/value_t.hpp>
namespace nlohmann namespace nlohmann
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment