📝 fix example

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

View File

@ -3,6 +3,7 @@
#include <nlohmann/json.hpp>
using json = nlohmann::json;
using namespace nlohmann::literals;
int main()
{