From eccfdbd9867f5dd1b79844a5a7ebad0dfd0e6709 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot <groot@kde.org> Date: Sun, 3 Jul 2022 12:01:39 +0200 Subject: [PATCH] [libcalamares] Mark a TODO that is causing build failures --- src/libcalamares/partition/Global.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libcalamares/partition/Global.h b/src/libcalamares/partition/Global.h index b76c74c580..64c2212401 100644 --- a/src/libcalamares/partition/Global.h +++ b/src/libcalamares/partition/Global.h @@ -20,6 +20,8 @@ #include "FileSystem.h" #include "JobQueue.h" +// TODO: this assumes KPMcore is present, but the header and TU +// are used always. #include <kpmcore/fs/filesystem.h> namespace CalamaresUtils -- GitLab