mirror of
https://github.com/nlohmann/json.git
synced 2025-06-13 02:42:37 +08:00
🐛 adding missing header
This commit is contained in:
parent
f42a74b8f5
commit
cfb71ad1bf
@ -5,6 +5,7 @@
|
||||
#include <functional> // hash
|
||||
|
||||
#include <nlohmann/detail/macro_scope.hpp>
|
||||
#include <nlohmann/detail/value_t.hpp>
|
||||
|
||||
namespace nlohmann
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user