From cfb71ad1bf12f4dafe6eb84b4ac4d5047734ef4b Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 18 Aug 2021 13:33:35 +0200 Subject: [PATCH] :bug: adding missing header --- include/nlohmann/detail/hash.hpp | 1 + single_include/nlohmann/json.hpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/include/nlohmann/detail/hash.hpp b/include/nlohmann/detail/hash.hpp index ac07c2e8f..776b9ca61 100644 --- a/include/nlohmann/detail/hash.hpp +++ b/include/nlohmann/detail/hash.hpp @@ -5,6 +5,7 @@ #include // hash #include +#include namespace nlohmann { diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index bd1dc6ad1..9858388b5 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -5169,6 +5169,8 @@ class byte_container_with_subtype : public BinaryType // #include +// #include + namespace nlohmann {