mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix qtkeychain include
This commit is contained in:
parent
47d3fd1e3a
commit
46f02bb0c3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue