Skip to content

Commit e66d79c

Browse files
Add #include directives.
1 parent 75d114d commit e66d79c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

get_nth_element.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#pragma once
22

3+
#include<utility>
4+
#include<cstddef>
5+
36
namespace mlib {
47
template <auto N> constexpr auto get_nth_element(auto... args) {
58
return[&]<std::size_t... Indexes>(std::index_sequence<Indexes...>) {

0 commit comments

Comments
 (0)