From: Nate Graham Date: Tue, 6 Aug 2019 20:11:34 +0000 (-0600) Subject: Fix build The QMutex include in AbstractRunner was removed in https://cgit.kde.org... X-Git-Tag: archive/raspbian/4%5.17.5-2+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=df2bfb208ee97167ae93c14feea23a95fb6847a1;p=kdeplasma-addons.git Fix build The QMutex include in AbstractRunner was removed in https://cgit.kde.org/krunner.git/commit/?id=ac6814b1387bc0c790928ec5b62f43c1764994d6 So now each runner needs to include it itself CCMAIL: montel@kde.org Gbp-Pq: Name upstream_Fix-build.patch --- diff --git a/runners/spellchecker/spellcheck.h b/runners/spellchecker/spellcheck.h index 609f7fde..9fcffee6 100644 --- a/runners/spellchecker/spellcheck.h +++ b/runners/spellchecker/spellcheck.h @@ -22,6 +22,7 @@ #include #include +#include #include /**