forked from qt-creator/qt-creator
QbsProjectManager: Fix missing include
Avoid compile issue when using gcc 4.8. (error: variable 'const QRegularExpression re' has initializer but incomplete type) Change-Id: Ic89f9afdf0a6854948a21103a64ec8b8f4ad1681 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
committed by
Jake Petroules
parent
d121fefaa9
commit
2380757199
@@ -44,6 +44,7 @@
|
||||
|
||||
#include <QDir>
|
||||
#include <QFileInfo>
|
||||
#include <QRegularExpression>
|
||||
#include <QSettings>
|
||||
|
||||
namespace QbsProjectManager {
|
||||
|
Reference in New Issue
Block a user