aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/MEMUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/MEMUtils.cpp')
-rw-r--r--src/runtime/MEMUtils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/MEMUtils.cpp b/src/runtime/MEMUtils.cpp
index 5ae1c2abef..054169ac46 100644
--- a/src/runtime/MEMUtils.cpp
+++ b/src/runtime/MEMUtils.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -23,7 +23,7 @@
*/
#include "arm_compute/core/CPP/CPPTypes.h"
#include "arm_compute/core/Error.h"
-#include "support/ToolchainSupport.h"
+#include "support/StringSupport.h"
#ifndef BARE_METAL
#include <fstream>