💚 fix unit test

This commit is contained in:
Niels Lohmann 2022-08-13 13:11:37 +02:00
parent 107e99ef1e
commit d360b7e396
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -10,6 +10,9 @@
#include <nlohmann/json.hpp>
using nlohmann::json;
#ifdef JSON_TEST_NO_GLOBAL_UDLS
using namespace nlohmann::literals; // NOLINT(google-build-using-namespace)
#endif
#include <fstream>
#include <sstream>