From ffcc0229eebe2866041d93473e426bc94afe1972 Mon Sep 17 00:00:00 2001 From: Jorrit Wronski Date: Wed, 15 Nov 2017 23:10:12 +0100 Subject: [PATCH] Include json headers with rpefix --- test/src/unit-files.cpp | 2 +- test/src/unit-parser.cpp | 2 +- test/src/unit-renderer.cpp | 2 +- test/src/unit-string-helper.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/src/unit-files.cpp b/test/src/unit-files.cpp index 0929f34..7fc6d65 100644 --- a/test/src/unit-files.cpp +++ b/test/src/unit-files.cpp @@ -1,5 +1,5 @@ #include "catch.hpp" -#include "json.hpp" +#include "nlohmann/json.hpp" #include "inja.hpp" diff --git a/test/src/unit-parser.cpp b/test/src/unit-parser.cpp index 5bb5b50..9794b91 100644 --- a/test/src/unit-parser.cpp +++ b/test/src/unit-parser.cpp @@ -1,5 +1,5 @@ #include "catch.hpp" -#include "json.hpp" +#include "nlohmann/json.hpp" #include "inja.hpp" diff --git a/test/src/unit-renderer.cpp b/test/src/unit-renderer.cpp index f6b2d3a..0ab7ff5 100644 --- a/test/src/unit-renderer.cpp +++ b/test/src/unit-renderer.cpp @@ -1,5 +1,5 @@ #include "catch.hpp" -#include "json.hpp" +#include "nlohmann/json.hpp" #include "inja.hpp" diff --git a/test/src/unit-string-helper.cpp b/test/src/unit-string-helper.cpp index eff0001..8436997 100644 --- a/test/src/unit-string-helper.cpp +++ b/test/src/unit-string-helper.cpp @@ -1,5 +1,5 @@ #include "catch.hpp" -#include "json.hpp" +#include "nlohmann/json.hpp" #include "inja.hpp"