diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-11 18:14:54 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-11 18:14:54 +0900 |
commit | d714e47dd713d89d1581dbad1a8e751fcf5fa2e4 (patch) | |
tree | 2e4110c61d62ccf9a537e147fd9ead6474f173c9 /lib/events/redactionevent.h | |
parent | f7f42ab0f406b462e3e94bf4e806b9de22339c43 (diff) | |
download | libquotient-d714e47dd713d89d1581dbad1a8e751fcf5fa2e4.tar.gz libquotient-d714e47dd713d89d1581dbad1a8e751fcf5fa2e4.zip |
Add missing #includes
Diffstat (limited to 'lib/events/redactionevent.h')
-rw-r--r-- | lib/events/redactionevent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/events/redactionevent.h b/lib/events/redactionevent.h index 64504d57..a72a8ff9 100644 --- a/lib/events/redactionevent.h +++ b/lib/events/redactionevent.h @@ -18,7 +18,7 @@ #pragma once -#include "event.h" +#include "roomevent.h" namespace QMatrixClient { |