diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-19 17:42:22 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-19 17:42:28 +0200 |
commit | 20f169af3df90198770e7017c399b08f7d313ebd (patch) | |
tree | 12357d98fb0c93957c6203aea73efefb5b22d86d | |
parent | 0f2c40957b438d0a2f5ce7cb2ba033bab077cbeb (diff) | |
download | libquotient-20f169af3df90198770e7017c399b08f7d313ebd.tar.gz libquotient-20f169af3df90198770e7017c399b08f7d313ebd.zip |
Fix FTBFS without E2EE
-rw-r--r-- | lib/room.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/room.cpp b/lib/room.cpp index 1f29d551..7022a49d 100644 --- a/lib/room.cpp +++ b/lib/room.cpp @@ -12,7 +12,6 @@ #include "avatar.h" #include "connection.h" #include "converters.h" -#include "e2ee/qolmoutboundsession.h" #include "syncdata.h" #include "user.h" #include "eventstats.h" @@ -70,6 +69,7 @@ #include "e2ee/qolmaccount.h" #include "e2ee/qolmerrors.h" #include "e2ee/qolminboundsession.h" +#include "e2ee/qolmoutboundsession.h" #include "e2ee/qolmutility.h" #include "database.h" #endif // Quotient_E2EE_ENABLED |