From 43dd5dad942c67bd1020d13b31103b720949c59c Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Thu, 12 Nov 2020 17:09:51 +0100 Subject: [PATCH] Fix FreeBSD build --- runners/shell/autotests/shellrunnertest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runners/shell/autotests/shellrunnertest.cpp b/runners/shell/autotests/shellrunnertest.cpp index 67fc07800..51e470bd6 100644 --- a/runners/shell/autotests/shellrunnertest.cpp +++ b/runners/shell/autotests/shellrunnertest.cpp @@ -9,6 +9,8 @@ #include #include +#include + using namespace Plasma; class ShellRunnerTest : public QObject