diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-08-02 14:52:25 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-08-02 14:52:25 +0900 |
commit | 83453eda5dc74c64548b51860d8f7ef08123bec3 (patch) | |
tree | 5660363ed7c51c3ffa1802e92569b46ce96aef93 | |
parent | accf1b2ac33eaa91ec4030cb77079d5a26680a0b (diff) | |
download | libquotient-83453eda5dc74c64548b51860d8f7ef08123bec3.tar.gz libquotient-83453eda5dc74c64548b51860d8f7ef08123bec3.zip |
e2ee.h: add a missing #include
Revealed after reordering #includes with clang-format.
-rw-r--r-- | lib/e2ee.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #pragma once +#include "util.h" + #include <QtCore/QStringList> namespace QMatrixClient |