aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/IRuntimeContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/IRuntimeContext.h')
-rw-r--r--arm_compute/runtime/IRuntimeContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/IRuntimeContext.h b/arm_compute/runtime/IRuntimeContext.h
index f928085682..2bca6c7677 100644
--- a/arm_compute/runtime/IRuntimeContext.h
+++ b/arm_compute/runtime/IRuntimeContext.h
@@ -29,7 +29,7 @@ namespace arm_compute
// Forward declarations
class IScheduler;
class IAssetManager;
-class DeviceProperties;
+struct DeviceProperties;
/** Context interface */
class IRuntimeContext