From 4ba46770eb95838ed54d44314ecf97d306bc345a 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 ed38bf8..08381e5 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 f8f2c13..3b78fa8 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 498b12f..6dd4b54 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