Fix compile on Linux

Change-Id: I288d0942b65844b205b50ac75cce2a4d358c6eff
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Christian Stenger
2022-07-05 14:09:49 +02:00
parent 2c219c01c1
commit 3852b89d02
2 changed files with 5 additions and 0 deletions

View File

@@ -31,6 +31,9 @@
#include "target.h"
#include <utils/algorithm.h>
#include <utils/qtcassert.h>
#include <QDebug>
namespace ProjectExplorer {

View File

@@ -34,6 +34,8 @@
#include <memory>
#include <QDebug>
QT_BEGIN_NAMESPACE
class QComboBox;
class QLabel;