From f61eeccabf3e6657f7ef2a5bca30c11391ad7ac0 Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Tue, 9 Aug 2022 20:14:29 +0200 Subject: [PATCH] Woops, forgot to amalgamate, how embarassing --- include/nlohmann/json.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index 5fdb8c9002..e2491a4249 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -18,6 +18,16 @@ #ifndef INCLUDE_NLOHMANN_JSON_HPP_ #define INCLUDE_NLOHMANN_JSON_HPP_ + + + + +#include + + + + + #include // all_of, find, for_each #include // nullptr_t, ptrdiff_t, size_t #include // hash, less