summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-07-16 04:09:52 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-07-16 04:09:52 +0200
commit415f097b9c54a928c24a22aed8864ce8d43a6eee (patch)
tree7f950b7206576e358ba8469b3a2b50832444327c /src
parentFix subobject initialization (diff)
downloadnheko-415f097b9c54a928c24a22aed8864ce8d43a6eee.tar.xz
Add missing include
Diffstat (limited to 'src')
-rw-r--r--src/timeline/CommunitiesModel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timeline/CommunitiesModel.h b/src/timeline/CommunitiesModel.h

index 08269e21..85e65dd7 100644 --- a/src/timeline/CommunitiesModel.h +++ b/src/timeline/CommunitiesModel.h
@@ -11,6 +11,8 @@ #include <QString> #include <QStringList> +#include <unordered_map> + #include <mtx/responses/sync.hpp> #include "CacheStructs.h"