diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-22 15:37:23 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-04-22 15:37:23 +0300 |
commit | 4f6ffb6e73d53e36c0375386131d5c83f7a247f5 (patch) | |
tree | ef0b9c8d6744cc955d93e4b203553cde8214b5e8 /src/Utils.cc | |
parent | Update invites in the UI after sync (diff) | |
download | nheko-4f6ffb6e73d53e36c0375386131d5c83f7a247f5.tar.xz |
Fix CI errors
Diffstat (limited to '')
-rw-r--r-- | src/Utils.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Utils.cc b/src/Utils.cc index 1c053d38..fd88d51c 100644 --- a/src/Utils.cc +++ b/src/Utils.cc @@ -1,6 +1,7 @@ -#include "Cache.h" #include "Utils.h" +#include "Cache.h" + #include <variant.hpp> using TimelineEvent = mtx::events::collections::TimelineEvents; |