summaryrefslogtreecommitdiffstats
path: root/src/CommunitiesList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommunitiesList.h')
-rw-r--r--src/CommunitiesList.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CommunitiesList.h b/src/CommunitiesList.h
index 49eaeaf6..e8042666 100644
--- a/src/CommunitiesList.h
+++ b/src/CommunitiesList.h
@@ -8,6 +8,11 @@
#include "CommunitiesListItem.h"
#include "ui/Theme.h"
+namespace mtx::responses {
+struct GroupProfile;
+struct JoinedGroups;
+}
+
class CommunitiesList : public QWidget
{
Q_OBJECT