From 1f4b733cc1e079ccb9eaf11d13a65c20a19d882d Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Fri, 1 Feb 2019 07:53:26 +0100 Subject: [PATCH] PE: Fix build with MSVC2015 Change-Id: Iaef732b0a23dea4aa84e0f5381559508a02541b8 Reviewed-by: Orgad Shaneh --- src/plugins/projectexplorer/buildstep.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/projectexplorer/buildstep.h b/src/plugins/projectexplorer/buildstep.h index 81ba409470e..0796b87582a 100644 --- a/src/plugins/projectexplorer/buildstep.h +++ b/src/plugins/projectexplorer/buildstep.h @@ -33,6 +33,7 @@ #include #include +#include #include #include