aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/IAccessor.h3
-rw-r--r--tests/validation/Helpers.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/IAccessor.h b/tests/IAccessor.h
index c54c00e99e..75faee19ce 100644
--- a/tests/IAccessor.h
+++ b/tests/IAccessor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2019 Arm Limited.
+ * Copyright (c) 2017-2019, 2023 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -26,6 +26,7 @@
#include "arm_compute/core/Coordinates.h"
#include "arm_compute/core/Types.h"
+#include "arm_compute/core/QuantizationInfo.h"
namespace arm_compute
{
diff --git a/tests/validation/Helpers.h b/tests/validation/Helpers.h
index 3449239e45..2cbfaa0043 100644
--- a/tests/validation/Helpers.h
+++ b/tests/validation/Helpers.h
@@ -24,6 +24,7 @@
#ifndef ACL_TESTS_VALIDATION_HELPERS
#define ACL_TESTS_VALIDATION_HELPERS
+#include "arm_compute/core/ActivationLayerInfo.h"
#include "arm_compute/core/Types.h"
#include "arm_compute/core/Utils.h"
#include "support/Half.h"