aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/list/for_each.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/list/for_each.h')
-rw-r--r--src/runtime/list/for_each.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/list/for_each.h b/src/runtime/list/for_each.h
index b7496a8..a7dc2a8 100644
--- a/src/runtime/list/for_each.h
+++ b/src/runtime/list/for_each.h
@@ -7,6 +7,7 @@
#include "list/list.h"
namespace tav {
+
namespace runtime {
template <
@@ -28,6 +29,7 @@ void for_each(const Function& function) {
}
}
+
}
#endif // TYPEASVALUE_SRC_RUNTIME_LIST_FOR_EACH_H_