From 75fb95855d9f48f531c62028c30d3b588a23710a Mon Sep 17 00:00:00 2001 From: redsky17 Date: Sun, 24 Feb 2019 19:50:31 +0000 Subject: Nlohmann build updates --- src/Cache.h | 2 +- src/MatrixClient.h | 2 +- src/dialogs/RawMessage.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Cache.h b/src/Cache.h index 1a133618..f06a7920 100644 --- a/src/Cache.h +++ b/src/Cache.h @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include #include diff --git a/src/MatrixClient.h b/src/MatrixClient.h index 981c6b1c..2af57267 100644 --- a/src/MatrixClient.h +++ b/src/MatrixClient.h @@ -4,7 +4,7 @@ #include #include -#include "json.hpp" +#include "nlohmann/json.hpp" #include #include diff --git a/src/dialogs/RawMessage.h b/src/dialogs/RawMessage.h index 5a7335f4..c69fad60 100644 --- a/src/dialogs/RawMessage.h +++ b/src/dialogs/RawMessage.h @@ -6,7 +6,7 @@ #include #include -#include "json.hpp" +#include "nlohmann/json.hpp" #include "Logging.h" #include "MainWindow.h" -- cgit 1.5.1