aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/IMemoryPool.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/IMemoryPool.h')
-rw-r--r--arm_compute/runtime/IMemoryPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/IMemoryPool.h b/arm_compute/runtime/IMemoryPool.h
index b8d36c362d..0c112c8f35 100644
--- a/arm_compute/runtime/IMemoryPool.h
+++ b/arm_compute/runtime/IMemoryPool.h
@@ -60,5 +60,5 @@ public:
*/
virtual std::unique_ptr<IMemoryPool> duplicate() = 0;
};
-} // arm_compute
+} // namespace arm_compute
#endif /* ARM_COMPUTE_IMEMORYPOOL_H */