diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-03 01:15:05 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-08 22:32:10 +0200 |
commit | 46f02bb0c38862449f2d7d787d0f4bdbf37b7365 (patch) | |
tree | 71fbb2f9df6142c5c1d91e24119d7fe357ca873a /src | |
parent | Try to fix gstreamer build (diff) | |
download | nheko-46f02bb0c38862449f2d7d787d0f4bdbf37b7365.tar.xz |
Fix qtkeychain include
Diffstat (limited to 'src')
-rw-r--r-- | src/Cache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp index b3981c64..2d87304c 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp @@ -21,7 +21,7 @@ #if __has_include(<keychain.h>) #include <keychain.h> #else -#include <qt5keychain/keychain.h> +#include <qt6keychain/keychain.h> #endif #include <mtx/responses/common.hpp> |