From 9d6d87dd535ae29553453cb90def439c85dbdfd3 Mon Sep 17 00:00:00 2001 From: Martin Ross Date: Thu, 15 Jul 2021 10:57:33 -0400 Subject: [PATCH] Add needed #include for value_t --- include/nlohmann/detail/hash.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/nlohmann/detail/hash.hpp b/include/nlohmann/detail/hash.hpp index 70c5daf33..b01de59de 100644 --- a/include/nlohmann/detail/hash.hpp +++ b/include/nlohmann/detail/hash.hpp @@ -5,6 +5,7 @@ #include // hash #include +#include namespace nlohmann {