[partition] Missing includes for Qt-compatibility
This commit is contained in:
parent
c3ff9edfa2
commit
e206eb086b
@ -25,6 +25,7 @@
|
|||||||
#include "partition/PartitionIterator.h"
|
#include "partition/PartitionIterator.h"
|
||||||
#include "partition/Sync.h"
|
#include "partition/Sync.h"
|
||||||
#include "utils/Logger.h"
|
#include "utils/Logger.h"
|
||||||
|
#include "utils/String.h"
|
||||||
|
|
||||||
// KPMcore
|
// KPMcore
|
||||||
#include <kpmcore/core/device.h>
|
#include <kpmcore/core/device.h>
|
||||||
|
@ -19,16 +19,15 @@
|
|||||||
#include "ClearTempMountsJob.h"
|
#include "ClearTempMountsJob.h"
|
||||||
|
|
||||||
#include "utils/Logger.h"
|
#include "utils/Logger.h"
|
||||||
|
#include "utils/String.h"
|
||||||
|
|
||||||
#include <algorithm>
|
|
||||||
|
|
||||||
// KPMcore
|
|
||||||
#include <kpmcore/util/report.h>
|
#include <kpmcore/util/report.h>
|
||||||
|
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
ClearTempMountsJob::ClearTempMountsJob()
|
ClearTempMountsJob::ClearTempMountsJob()
|
||||||
: Calamares::Job()
|
: Calamares::Job()
|
||||||
|
Loading…
Reference in New Issue
Block a user