Add needed #include for value_t

This commit is contained in:
Martin Ross 2021-07-15 10:57:33 -04:00 committed by GitHub
parent c9c5c016a2
commit 9d6d87dd53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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