From 480133816070c2a094d74f6a346ce91e077ac276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Sun, 9 Jun 2024 15:47:30 +0200 Subject: [PATCH] Fix compilation error --- batchprocessing.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/batchprocessing.cpp b/batchprocessing.cpp index e2ac41b..e67125c 100644 --- a/batchprocessing.cpp +++ b/batchprocessing.cpp @@ -9,14 +9,13 @@ #include #include #include +#include #include "scriptengine.h" #ifdef Q_OS_LINUX #include #include #include -#include -#include #endif QList> scanDirectories(const QStringList &paths)