summary refs log tree commit diff
path: root/src/Cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cache.cpp')
-rw-r--r--src/Cache.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp

index 9da0d87d..674b5793 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp
@@ -26,7 +26,11 @@ #include <QMap> #include <QStandardPaths> +#if __has_include(<keychain.h>) +#include <keychain.h> +#else #include <qt5keychain/keychain.h> +#endif #include <mtx/responses/common.hpp>