From 5e527c4521ebe6f870807bf86d4a5e51bac6f6b4 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Thu, 19 Aug 2021 16:18:35 +0200 Subject: [PATCH] :rotating_light: add missing includes --- include/nlohmann/json.hpp | 2 ++ single_include/nlohmann/json.hpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index 15480c7d1..5a44a2d45 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -42,9 +42,11 @@ SOFTWARE. #include // istream, ostream #endif // JSON_NO_IO #include // random_access_iterator_tag +#include // map #include // unique_ptr #include // accumulate #include // string, stoi, to_string +#include // unordered_map #include // declval, forward, move, pair, swap #include // vector diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 5d6c8dd8e..fc15f4cdb 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -42,9 +42,11 @@ SOFTWARE. #include // istream, ostream #endif // JSON_NO_IO #include // random_access_iterator_tag +#include // map #include // unique_ptr #include // accumulate #include // string, stoi, to_string +#include // unordered_map #include // declval, forward, move, pair, swap #include // vector