include nlohmann/json in inja directly

This commit is contained in:
pantor
2018-05-15 20:23:09 +02:00
parent 0029a130ab
commit 71cfb21e61
10 changed files with 8 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
#include "catch/catch.hpp"
#include "nlohmann/json.hpp"
#include "inja.hpp"
#include "nlohmann/json.hpp"
using json = nlohmann::json;