aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-07-04 21:05:20 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-07-04 21:05:20 +0900
commit5d1dd53890611376873f6f959e206d5a56cfff70 (patch)
tree2a12ecc84bf0055e317ef2e4aeec3439d92b2035 /lib
parent2cbb2a8c1be8bf08b1b835ffaa7bb0bee823e3a6 (diff)
downloadlibquotient-5d1dd53890611376873f6f959e206d5a56cfff70.tar.gz
libquotient-5d1dd53890611376873f6f959e206d5a56cfff70.zip
Add #include to fix FTBFS with qmake
Diffstat (limited to 'lib')
-rw-r--r--lib/events/roomevent.h2
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;