diff --git a/AK/Format.h b/AK/Format.h index 2cb7c6e292..e4a8ff6509 100644 --- a/AK/Format.h +++ b/AK/Format.h @@ -259,6 +259,9 @@ struct Formatter : Formatter { template<> struct Formatter : Formatter { }; +template<> +struct Formatter : Formatter { +}; template struct Formatter::value>::Type> : StandardFormatter {