aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/INESimpleFunctionNoBorder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/NEON/INESimpleFunctionNoBorder.cpp')
-rw-r--r--src/runtime/NEON/INESimpleFunctionNoBorder.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/NEON/INESimpleFunctionNoBorder.cpp b/src/runtime/NEON/INESimpleFunctionNoBorder.cpp
index f2181e0a74..21dd58e378 100644
--- a/src/runtime/NEON/INESimpleFunctionNoBorder.cpp
+++ b/src/runtime/NEON/INESimpleFunctionNoBorder.cpp
@@ -23,11 +23,15 @@
*/
#include "arm_compute/runtime/NEON/INESimpleFunctionNoBorder.h"
+#include "arm_compute/core/Window.h"
#include "arm_compute/runtime/NEON/NEScheduler.h"
+#include "src/core/NEON/INEKernel.h"
#include "src/runtime/Utils.h"
namespace arm_compute
{
+INESimpleFunctionNoBorder::~INESimpleFunctionNoBorder() = default;
+
INESimpleFunctionNoBorder::INESimpleFunctionNoBorder(IRuntimeContext *ctx)
: _kernel(),
_ctx(ctx)