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:
Nikolai Kosjar
2019-01-29 13:12:26 +01:00
parent d053535cea
commit c9cdca105c

View File

@@ -32,6 +32,8 @@
#include <QList>
#include <QHash>
#include <vector>
namespace Utils { class FileName; }
namespace ProjectExplorer {