From 3e5bfafb46f3307ffbeed991f0549bae32b87e55 Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Fri, 17 Dec 2021 10:37:21 +0100 Subject: [PATCH] Build against system-provided nlohmann/json Origin: Debian Forwarded: no Last-Update: 2020-04-02 Last-Update: 2020-04-02 Gbp-Pq: Name 04-system-json.patch --- src/core/conf.cpp | 2 +- src/core/midiMapper.h | 2 +- src/core/patch.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/conf.cpp b/src/core/conf.cpp index 7240433..dd3167b 100644 --- a/src/core/conf.cpp +++ b/src/core/conf.cpp @@ -27,7 +27,7 @@ #include "core/conf.h" #include "core/const.h" #include "core/types.h" -#include "deps/json/single_include/nlohmann/json.hpp" +#include "nlohmann/json.hpp" #include "utils/fs.h" #include "utils/log.h" #include diff --git a/src/core/midiMapper.h b/src/core/midiMapper.h index 694ffe5..3596e19 100644 --- a/src/core/midiMapper.h +++ b/src/core/midiMapper.h @@ -27,7 +27,7 @@ #ifndef G_MIDIMAPPER_H #define G_MIDIMAPPER_H -#include "deps/json/single_include/nlohmann/json.hpp" +#include "nlohmann/json.hpp" #include #include diff --git a/src/core/patch.cpp b/src/core/patch.cpp index 2db30e4..95041af 100644 --- a/src/core/patch.cpp +++ b/src/core/patch.cpp @@ -26,7 +26,7 @@ #include "patch.h" #include "core/mixer.h" -#include "deps/json/single_include/nlohmann/json.hpp" +#include "nlohmann/json.hpp" #include "utils/log.h" #include "utils/math.h" #include -- 2.30.2