🔨 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

@ -12,7 +12,7 @@ add_subdirectory(thirdparty/benchmark)
# header directories
include_directories(thirdparty)
include_directories(${CMAKE_SOURCE_DIR}/src)
include_directories(${CMAKE_SOURCE_DIR}/../single_include)
# copy test files to build folder
file(COPY ${CMAKE_SOURCE_DIR}/data DESTINATION .)

View file

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