aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprocess.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeprocess.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprocess.h b/src/plugins/cmakeprojectmanager/cmakeprocess.h
index 946687a4748..49e6596cf4c 100644
--- a/src/plugins/cmakeprojectmanager/cmakeprocess.h
+++ b/src/plugins/cmakeprojectmanager/cmakeprocess.h
@@ -28,16 +28,18 @@
#include "builddirparameters.h"
#include <utils/outputformatter.h>
-#include <utils/qtcprocess.h>
#include <QElapsedTimer>
#include <QFutureInterface>
#include <QObject>
+#include <QProcess>
#include <QStringList>
#include <QTimer>
#include <memory>
+namespace Utils { class QtcProcess; }
+
namespace CMakeProjectManager {
namespace Internal {