summary refs log tree commit diff
path: root/src/ui
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-06-17 03:11:31 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-06-17 03:14:48 +0200
commitef941920eaafe0449b01d344c631efe4c017cbad (patch)
tree314eed274fa50557b59a24b5bb8cc3f2d774b757 /src/ui
parentRemove redundant alias function (diff)
downloadnheko-ef941920eaafe0449b01d344c631efe4c017cbad.tar.xz
Fix compilation without implicit nlohmann conversions
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/UIA.cpp1
-rw-r--r--src/ui/UIA.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/UIA.cpp b/src/ui/UIA.cpp

index 7c6e440c..93fd6c94 100644 --- a/src/ui/UIA.cpp +++ b/src/ui/UIA.cpp
@@ -13,6 +13,7 @@ #include <mtx/responses/common.hpp> #include "Logging.h" +#include "MatrixClient.h" #include "dialogs/FallbackAuth.h" #include "dialogs/ReCaptcha.h" diff --git a/src/ui/UIA.h b/src/ui/UIA.h
index 150b595d..c7c88675 100644 --- a/src/ui/UIA.h +++ b/src/ui/UIA.h
@@ -7,7 +7,7 @@ #include <QObject> -#include <MatrixClient.h> +#include <mtxclient/http/client.hpp> class UIA : public QObject {