aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/detail
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/detail')
-rw-r--r--arm_compute/graph/detail/CrossLayerMemoryManagerHelpers.h4
-rw-r--r--arm_compute/graph/detail/ExecutionHelpers.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/arm_compute/graph/detail/CrossLayerMemoryManagerHelpers.h b/arm_compute/graph/detail/CrossLayerMemoryManagerHelpers.h
index b7424c8e88..da17806011 100644
--- a/arm_compute/graph/detail/CrossLayerMemoryManagerHelpers.h
+++ b/arm_compute/graph/detail/CrossLayerMemoryManagerHelpers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -33,7 +33,7 @@ namespace graph
// Forward declarations
class Graph;
class GraphContext;
-class ExecutionWorkload;
+struct ExecutionWorkload;
class ITransMemoryManager;
class ITensorHandle;
diff --git a/arm_compute/graph/detail/ExecutionHelpers.h b/arm_compute/graph/detail/ExecutionHelpers.h
index fd8d082770..955e6d5e1e 100644
--- a/arm_compute/graph/detail/ExecutionHelpers.h
+++ b/arm_compute/graph/detail/ExecutionHelpers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -33,7 +33,7 @@ namespace graph
// Forward declarations
class Graph;
class GraphContext;
-class ExecutionWorkload;
+struct ExecutionWorkload;
class Tensor;
class INode;