summary refs log tree commit diff
path: root/src/timeline/EventStore.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-10-30 14:56:10 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-10-31 13:04:39 +0100
commit99a3e8bcf2f9ed58589638fb6a9d4f2bdf3c6b91 (patch)
tree67eab63711e16c1a0794d94928755857586cb35f /src/timeline/EventStore.cpp
parentSet version in msix (diff)
downloadnheko-99a3e8bcf2f9ed58589638fb6a9d4f2bdf3c6b91.tar.xz
Speed up compilation a bit
Diffstat (limited to 'src/timeline/EventStore.cpp')
-rw-r--r--src/timeline/EventStore.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timeline/EventStore.cpp b/src/timeline/EventStore.cpp

index c47a3426..04e548f0 100644 --- a/src/timeline/EventStore.cpp +++ b/src/timeline/EventStore.cpp
@@ -7,6 +7,8 @@ #include <QThread> #include <QTimer> +#include <nlohmann/json.hpp> + #include <mtx/responses/common.hpp> #include "Cache.h"