Fix qtkeychain include

This commit is contained in:
Nicolas Werner 2023-06-03 01:15:05 +02:00
parent 47d3fd1e3a
commit 46f02bb0c3
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -21,7 +21,7 @@
#if __has_include(<keychain.h>) #if __has_include(<keychain.h>)
#include <keychain.h> #include <keychain.h>
#else #else
#include <qt5keychain/keychain.h> #include <qt6keychain/keychain.h>
#endif #endif
#include <mtx/responses/common.hpp> #include <mtx/responses/common.hpp>