From b4405b0c3dbd00c31d20597360249966bfd627c9 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 27 May 2023 12:46:34 +0100 Subject: Fix includes, QProcess is used not only without KDE https://bugs.gentoo.org/906940 --- src/modules/system/libkvisystem.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/modules/system/libkvisystem.cpp') diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp index 2abab2c10..842d3fa3f 100644 --- a/src/modules/system/libkvisystem.cpp +++ b/src/modules/system/libkvisystem.cpp @@ -50,12 +50,13 @@ #endif #ifdef COMPILE_KDE_SUPPORT -#include // invokeTerminal() for system.runcmd -#else // tools we need to work around the absence of +// invokeTerminal() for system.runcmd +// tools we need to work around the absence of +#include +#endif // invokeTerminal() #include #include -#endif PluginManager * g_pPluginManager; -- cgit v1.3.1-10-gc9f91