From 84b51ad1aaa530d397761f2b6da65add9dc8a6b0 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 7 Nov 2017 13:24:57 +0000 Subject: COMPMID-666: Adds the ability to import backing memory in a Tensor(CPU). Change-Id: I62b843b544fe9048837fd64c22e970fc6a0aaf23 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/94881 Reviewed-by: Anthony Barbier Tested-by: Kaizen --- arm_compute/runtime/MemoryGroupBase.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime/MemoryGroupBase.h') diff --git a/arm_compute/runtime/MemoryGroupBase.h b/arm_compute/runtime/MemoryGroupBase.h index ab8acb3494..19e9834923 100644 --- a/arm_compute/runtime/MemoryGroupBase.h +++ b/arm_compute/runtime/MemoryGroupBase.h @@ -26,6 +26,7 @@ #include "arm_compute/runtime/IMemoryGroup.h" +#include "arm_compute/core/Error.h" #include "arm_compute/runtime/IMemoryManager.h" #include "arm_compute/runtime/IMemoryPool.h" -- cgit v1.2.1