From 7842a309cea2f6f542cce7c502a9b5ee490747dd Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Thu, 5 Oct 2017 11:43:42 +0200 Subject: [PATCH] ProjectExplorer: Add missing import Change-Id: Ida0e9387036d5ab3a5abe8661c55e34ecef32187 Reviewed-by: Christian Stenger --- src/plugins/projectexplorer/devicesupport/idevice.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/projectexplorer/devicesupport/idevice.h b/src/plugins/projectexplorer/devicesupport/idevice.h index 7fa91b0f0ea..bcedac65bbc 100644 --- a/src/plugins/projectexplorer/devicesupport/idevice.h +++ b/src/plugins/projectexplorer/devicesupport/idevice.h @@ -34,6 +34,7 @@ #include #include #include +#include #include #include