diff --git a/src/libcalamares/partition/Global.h b/src/libcalamares/partition/Global.h
index b76c74c580058a6be8f46ed1ece75bc036145ee5..64c22124017f8d5e415afc77e2453780e489a160 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