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