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-29 20:38:54 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-10-31 13:04:38 +0100
commit50bce25838f080ccb1e5ff865c8120220a2e98f7 (patch)
tree9d33f1f244668d5803d7840bd83750ece833c58c /src/timeline/EventStore.cpp
parentUpdate dependencies (diff)
downloadnheko-50bce25838f080ccb1e5ff865c8120220a2e98f7.tar.xz
Fix a few conversions
Diffstat (limited to 'src/timeline/EventStore.cpp')
-rw-r--r--src/timeline/EventStore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/EventStore.cpp b/src/timeline/EventStore.cpp

index 3db70f77..c47a3426 100644 --- a/src/timeline/EventStore.cpp +++ b/src/timeline/EventStore.cpp
@@ -15,6 +15,7 @@ #include "EventAccessors.h" #include "Logging.h" #include "MatrixClient.h" +#include "Reaction.h" #include "UserSettingsPage.h" #include "Utils.h"