From 12fff7408ea7539d778a641bbf1746693d30ee2a Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 27 Oct 2020 17:45:28 +0100 Subject: Optimize build --- src/timeline/EventStore.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/timeline/EventStore.cpp') diff --git a/src/timeline/EventStore.cpp b/src/timeline/EventStore.cpp index 38292f49..1cb729d3 100644 --- a/src/timeline/EventStore.cpp +++ b/src/timeline/EventStore.cpp @@ -3,6 +3,8 @@ #include #include +#include + #include "Cache.h" #include "Cache_p.h" #include "ChatPage.h" @@ -10,6 +12,7 @@ #include "Logging.h" #include "MatrixClient.h" #include "Olm.h" +#include "Utils.h" Q_DECLARE_METATYPE(Reaction) -- cgit 1.5.1