diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-10-27 17:45:28 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-10-27 17:45:28 +0100 |
commit | 12fff7408ea7539d778a641bbf1746693d30ee2a (patch) | |
tree | af9ef46791e7f2e5dcd480f4c1cc91a97ee95a71 /src/MxcImageProvider.cpp | |
parent | Fix small scope issue (diff) | |
download | nheko-12fff7408ea7539d778a641bbf1746693d30ee2a.tar.xz |
Optimize build
Diffstat (limited to 'src/MxcImageProvider.cpp')
-rw-r--r-- | src/MxcImageProvider.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MxcImageProvider.cpp b/src/MxcImageProvider.cpp index b59fdff8..d6564277 100644 --- a/src/MxcImageProvider.cpp +++ b/src/MxcImageProvider.cpp @@ -1,5 +1,7 @@ #include "MxcImageProvider.h" +#include <mtxclient/crypto/client.hpp> + #include "Cache.h" #include "Logging.h" #include "MatrixClient.h" |