summary refs log tree commit diff
path: root/src/ui
diff options
context:
space:
mode:
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 {