summary refs log tree commit diff
path: root/src/ChatPage.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-12-15 03:34:17 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2019-12-15 03:34:37 +0100
commit79f967da8c8c077a6fdbbd46ae9ee59a19a891a3 (patch)
tree6859ce2f829e03aa4ce845a71f3e6f4fedf9f945 /src/ChatPage.h
parentReduce includes of MatrixClient.h, as it is the most expensive header (diff)
downloadnheko-79f967da8c8c077a6fdbbd46ae9ee59a19a891a3.tar.xz
Reduce Cache.h includes further via one forward declaration
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r--src/ChatPage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h
index a7fb31a8..9e88dcc6 100644
--- a/src/ChatPage.h
+++ b/src/ChatPage.h
@@ -22,6 +22,7 @@
 #include <variant>
 
 #include <mtx/common.hpp>
+#include <mtx/requests.hpp>
 #include <mtx/responses.hpp>
 #include <mtxclient/http/errors.hpp>