From a397989c9aa6c0f8b9c28a481e70e9501a900beb Mon Sep 17 00:00:00 2001 From: Philip Mueller Date: Wed, 17 Apr 2024 12:14:35 +0700 Subject: [PATCH] [libcalamares] try to fix compile for Qt5 --- src/libcalamares/JobQueue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcalamares/JobQueue.cpp b/src/libcalamares/JobQueue.cpp index ed06510e1..37b5efd84 100644 --- a/src/libcalamares/JobQueue.cpp +++ b/src/libcalamares/JobQueue.cpp @@ -15,7 +15,7 @@ #include "Job.h" #include "utils/Logger.h" -#include +#include #include #include #include