diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-14 20:51:05 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-16 06:41:25 +0200 |
commit | 3fcc0c5acb160364e819688cc67a8aaf814fafef (patch) | |
tree | 0c3dae76fe36491cf30192fcd9f11e6afff2ba13 /autotests/testolmutility.cpp | |
parent | 0599ef6e603dce219b2ba000d7322e8d937753b9 (diff) | |
download | libquotient-3fcc0c5acb160364e819688cc67a8aaf814fafef.tar.gz libquotient-3fcc0c5acb160364e819688cc67a8aaf814fafef.zip |
Optimise #includes for QOlm* classes
Diffstat (limited to 'autotests/testolmutility.cpp')
-rw-r--r-- | autotests/testolmutility.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autotests/testolmutility.cpp b/autotests/testolmutility.cpp index b4532c8d..92b8b5b2 100644 --- a/autotests/testolmutility.cpp +++ b/autotests/testolmutility.cpp @@ -6,6 +6,8 @@ #include "e2ee/qolmaccount.h" #include "e2ee/qolmutility.h" +#include <olm/olm.h> + using namespace Quotient; void TestOlmUtility::canonicalJSON() |