aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/IMemoryManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/IMemoryManager.h')
-rw-r--r--arm_compute/runtime/IMemoryManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/IMemoryManager.h b/arm_compute/runtime/IMemoryManager.h
index 4d7d8cd9c9..42910edfda 100644
--- a/arm_compute/runtime/IMemoryManager.h
+++ b/arm_compute/runtime/IMemoryManager.h
@@ -65,5 +65,5 @@ public:
*/
virtual void clear() = 0;
};
-} // arm_compute
+} // namespace arm_compute
#endif /*ARM_COMPUTE_IMEMORYMANAGER_H */