diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-02-15 18:03:33 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:34:52 +0100 |
commit | e9527012622497b0c418df9442180df58401d394 (patch) | |
tree | 2708a5389a06cee74f528a00d406a3cbe09783e7 /lib/room.cpp | |
parent | 38547289d56cf66b4f1384ae789cf5b6cd71763e (diff) | |
download | libquotient-e9527012622497b0c418df9442180df58401d394.tar.gz libquotient-e9527012622497b0c418df9442180df58401d394.zip |
Apply suggestions from code review
Co-authored-by: Nicolas Fella <6377822+nicolasfella@users.noreply.github.com>
Diffstat (limited to 'lib/room.cpp')
-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 d86b2813..a8a7fe0c 100644 --- a/lib/room.cpp +++ b/lib/room.cpp @@ -65,7 +65,7 @@ #include <functional> #ifdef Quotient_E2EE_ENABLED -# include "crypto/qolmaccount.h" +#include "crypto/qolmaccount.h" # include "crypto/qolmerrors.h" # include "crypto/qolminboundsession.h" #endif // Quotient_E2EE_ENABLED |