summary refs log tree commit diff
path: root/src/ui/UIA.cpp
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/UIA.cpp
parentRemove redundant alias function (diff)
downloadnheko-ef941920eaafe0449b01d344c631efe4c017cbad.tar.xz
Fix compilation without implicit nlohmann conversions
Diffstat (limited to 'src/ui/UIA.cpp')
-rw-r--r--src/ui/UIA.cpp1
1 files changed, 1 insertions, 0 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"