aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/Utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/CL/Utils.cpp')
-rw-r--r--src/runtime/CL/Utils.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/runtime/CL/Utils.cpp b/src/runtime/CL/Utils.cpp
index e04ce84e49..da3d4850bf 100644
--- a/src/runtime/CL/Utils.cpp
+++ b/src/runtime/CL/Utils.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020 Arm Limited.
+ * Copyright (c) 2020-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -21,6 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
+#include "arm_compute/runtime/CL/Utils.h"
+
#include "arm_compute/core/CL/CLKernelLibrary.h"
#include "arm_compute/runtime/CL/CLScheduler.h"