diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-11-02 00:40:09 +0300 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-11-02 00:40:09 +0300 |
commit | 366a69f5c1ced61d270832a76233bda1fcdf0b6c (patch) | |
tree | 8cdfdab141d6f6b52395f28afb584e3825727e5a /events | |
parent | e11404c364056f1ae23a1820a6f458275463599c (diff) | |
download | libquotient-366a69f5c1ced61d270832a76233bda1fcdf0b6c.tar.gz libquotient-366a69f5c1ced61d270832a76233bda1fcdf0b6c.zip |
Fix AppVeyor CI
Diffstat (limited to 'events')
-rw-r--r-- | events/roommemberevent.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/events/roommemberevent.cpp b/events/roommemberevent.cpp index 3e1ff8c1..76df5f2e 100644 --- a/events/roommemberevent.cpp +++ b/events/roommemberevent.cpp @@ -20,6 +20,8 @@ #include "logging.h" +#include <array> + using namespace QMatrixClient; static const std::array<QString, 5> membershipStrings = { { |