diff options
-rw-r--r-- | AK/CheckedFormatString.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AK/CheckedFormatString.h b/AK/CheckedFormatString.h index 33943be44c..cf83944533 100644 --- a/AK/CheckedFormatString.h +++ b/AK/CheckedFormatString.h @@ -8,6 +8,7 @@ #include <AK/AllOf.h> #include <AK/AnyOf.h> +#include <AK/Array.h> #include <AK/StdLibExtras.h> #include <AK/StringView.h> |