From c9cdca105c0190ab350037cdc2bb3920740e170e Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Tue, 29 Jan 2019 13:12:26 +0100 Subject: [PATCH] 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 --- src/plugins/projectexplorer/abi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/projectexplorer/abi.h b/src/plugins/projectexplorer/abi.h index e49df3348f8..4c31ed99f5d 100644 --- a/src/plugins/projectexplorer/abi.h +++ b/src/plugins/projectexplorer/abi.h @@ -32,6 +32,8 @@ #include #include +#include + namespace Utils { class FileName; } namespace ProjectExplorer {