summaryrefslogtreecommitdiff
path: root/AK
diff options
context:
space:
mode:
Diffstat (limited to 'AK')
-rw-r--r--AK/Array.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/AK/Array.h b/AK/Array.h
index d6f05d0a09..e46d43fd87 100644
--- a/AK/Array.h
+++ b/AK/Array.h
@@ -111,3 +111,4 @@ constexpr static auto iota_array(const T offset = {})
using AK::Array;
using AK::iota_array;
+using AK::Detail::integer_sequence_generate_array;