diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-19 20:55:00 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-19 23:13:35 +0200 |
commit | 7c1125cdd146227320aa7eb082225c4051ea0563 (patch) | |
tree | 98ae6f907cacce4ac54e25f0fdab39d486591f88 /lib | |
parent | 19e0251f02d547028583c2ebe9207885ff087dc4 (diff) | |
download | libquotient-7c1125cdd146227320aa7eb082225c4051ea0563.tar.gz libquotient-7c1125cdd146227320aa7eb082225c4051ea0563.zip |
Add a missing #include
Diffstat (limited to 'lib')
-rw-r--r-- | lib/e2ee/e2ee.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/e2ee/e2ee.h b/lib/e2ee/e2ee.h index 9501b263..234d4bcb 100644 --- a/lib/e2ee/e2ee.h +++ b/lib/e2ee/e2ee.h @@ -11,6 +11,7 @@ #include <QtCore/QMetaType> #include <variant> +#include <array> namespace Quotient { |