diff --git a/AK/Tuple.h b/AK/Tuple.h index 99fdd916daa..86793ab92eb 100644 --- a/AK/Tuple.h +++ b/AK/Tuple.h @@ -213,6 +213,9 @@ private: } }; +template +Tuple(Args... args) -> Tuple; + } using AK::Tuple;