diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-12-15 03:34:17 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-12-15 03:34:37 +0100 |
commit | 79f967da8c8c077a6fdbbd46ae9ee59a19a891a3 (patch) | |
tree | 6859ce2f829e03aa4ce845a71f3e6f4fedf9f945 /src/ChatPage.h | |
parent | Reduce includes of MatrixClient.h, as it is the most expensive header (diff) | |
download | nheko-79f967da8c8c077a6fdbbd46ae9ee59a19a891a3.tar.xz |
Reduce Cache.h includes further via one forward declaration
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r-- | src/ChatPage.h | 1 |
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> |