summaryrefslogtreecommitdiffstats
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-03-16 03:55:57 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2024-03-16 11:50:39 +0100
commitaef9617d1ec7f73a394ed4bb43b4436e27225176 (patch)
treecd34e86e42c22b8ab3f8c93b0098645fcce9acca /src/ChatPage.cpp
parent06927cd3c256949fb0622889506cc3bd3a2e286e (diff)
Make a few headers forward declarations
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r--src/ChatPage.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp
index 956888d0..be05f8bd 100644
--- a/src/ChatPage.cpp
+++ b/src/ChatPage.cpp
@@ -31,6 +31,8 @@
#include "notifications/Manager.h"
+#include "timeline/RoomlistModel.h"
+#include "timeline/TimelineModel.h"
#include "timeline/TimelineViewManager.h"
ChatPage *ChatPage::instance_ = nullptr;