diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-04 21:05:20 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-04 21:05:20 +0900 |
commit | 5d1dd53890611376873f6f959e206d5a56cfff70 (patch) | |
tree | 2a12ecc84bf0055e317ef2e4aeec3439d92b2035 /lib/events/roomevent.h | |
parent | 2cbb2a8c1be8bf08b1b835ffaa7bb0bee823e3a6 (diff) | |
download | libquotient-5d1dd53890611376873f6f959e206d5a56cfff70.tar.gz libquotient-5d1dd53890611376873f6f959e206d5a56cfff70.zip |
Add #include to fix FTBFS with qmake
Diffstat (limited to 'lib/events/roomevent.h')
-rw-r--r-- | lib/events/roomevent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/events/roomevent.h b/lib/events/roomevent.h index ff50a83d..d2bc6edc 100644 --- a/lib/events/roomevent.h +++ b/lib/events/roomevent.h @@ -20,6 +20,8 @@ #include "event.h" +#include <QtCore/QDateTime> + namespace QMatrixClient { class RedactionEvent; |