From cf6cc516519fc88f9b9e0c6c49b459cf85ad0e6e Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Thu, 24 Feb 2022 07:14:23 +0100 Subject: [PATCH] Allow to use new kauth includes --- src/helpers/killer/killer.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/helpers/killer/killer.cpp b/src/helpers/killer/killer.cpp index 054c06dba5..946f260ffe 100644 --- a/src/helpers/killer/killer.cpp +++ b/src/helpers/killer/killer.cpp @@ -7,7 +7,12 @@ #include #include +#include +#if KAUTH_VERSION >= QT_VERSION_CHECK(5, 92, 0) +#include +#else #include +#endif #include #include #include