From e29e0d4292a2e569ecad340438942632ae6a92e4 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 10 May 2018 12:31:54 +0100 Subject: COMPMID-959: Add missing header in Workload.h Change-Id: I461a113246db73a5ff1e98f5f69cea6d84e2f91f Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/130689 Tested-by: Jenkins Reviewed-by: Pablo Tello --- arm_compute/graph/Workload.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arm_compute/graph/Workload.h b/arm_compute/graph/Workload.h index 5ca9fd6c58..35066c474d 100644 --- a/arm_compute/graph/Workload.h +++ b/arm_compute/graph/Workload.h @@ -26,6 +26,7 @@ #include "arm_compute/runtime/IFunction.h" +#include #include #include -- cgit v1.2.1