diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-31 16:36:58 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-31 16:36:58 +0100 |
commit | bd3b6aefb4d5ca738d499fca72ab05c2b39061d7 (patch) | |
tree | b1be1fec448964393c4faae57890cca069c3df7d /src/Cache.cpp | |
parent | Remove more unneeded headers (diff) | |
download | nheko-bd3b6aefb4d5ca738d499fca72ab05c2b39061d7.tar.xz |
Remove even more headers
Diffstat (limited to 'src/Cache.cpp')
-rw-r--r-- | src/Cache.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp index dfd7475c..2e02a488 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp @@ -31,6 +31,7 @@ #include "Cache.h" #include "Cache_p.h" +#include "Logging.h" #include "Utils.h" //! Should be changed when a breaking change occurs in the cache format. |