forked from qt-creator/qt-creator
ProjectExplorer: Fix build
abi.h:146:49: error: 'vector' in namespace 'std' does not name a template type abi.h:146:55: error: expected ',' or '...' before '<' token Change-Id: Id9799bf188c67e71823f7cf8355857e46c3e3c7f Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -32,6 +32,8 @@
|
|||||||
#include <QList>
|
#include <QList>
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
|
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace Utils { class FileName; }
|
namespace Utils { class FileName; }
|
||||||
|
|
||||||
namespace ProjectExplorer {
|
namespace ProjectExplorer {
|
||||||
|
Reference in New Issue
Block a user