aboutsummaryrefslogtreecommitdiff
path: root/src/core/CPP/ICPPSimpleKernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CPP/ICPPSimpleKernel.cpp')
-rw-r--r--src/core/CPP/ICPPSimpleKernel.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/CPP/ICPPSimpleKernel.cpp b/src/core/CPP/ICPPSimpleKernel.cpp
index 126bf548e2..9e4df5ec8a 100644
--- a/src/core/CPP/ICPPSimpleKernel.cpp
+++ b/src/core/CPP/ICPPSimpleKernel.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2018 Arm Limited.
+ * Copyright (c) 2016-2020 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -26,6 +26,7 @@
#include "arm_compute/core/Helpers.h"
#include "arm_compute/core/IAccessWindow.h"
#include "arm_compute/core/ITensor.h"
+#include "src/core/helpers/WindowHelpers.h"
namespace arm_compute
{
@@ -71,4 +72,4 @@ Status ICPPSimpleKernel::validate(const ITensorInfo *input, const ITensorInfo *o
return Status{};
}
-} // namespace arm_compute \ No newline at end of file
+} // namespace arm_compute