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