1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-09 05:22:48 +03:00

🐛 adding missing header

This commit is contained in:
Niels Lohmann
2021-08-18 13:33:35 +02:00
parent f42a74b8f5
commit cfb71ad1bf
2 changed files with 3 additions and 0 deletions

View File

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