🔨 fixed benchmark compilation

This commit is contained in:
Niels Lohmann 2018-02-01 22:26:26 +01:00
parent 0258484626
commit f5c03999d0
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#include "benchmark/benchmark.h"
#include "json.hpp"
#include <nlohmann/json.hpp>
#include <fstream>
using json = nlohmann::json;