summary refs log tree commit diff
path: root/src/MainWindow.cpp
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/MainWindow.cpp
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 '')
-rw-r--r--src/MainWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp

index b13f1b80..a24266fa 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp
@@ -23,6 +23,7 @@ #include <mtx/requests.hpp> +#include "Cache.h" #include "ChatPage.h" #include "Config.h" #include "Logging.h"