Skip to content

Commit 2b1864c

Browse files
BertalanDbgianfo
authored andcommitted
AK: Add missing Array.h include to CheckedFormatString.h
GCC 12 complains that iota_array is used before it's declared. GCC 11 works fine without it though.
1 parent d6f1d11 commit 2b1864c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AK/CheckedFormatString.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include <AK/AllOf.h>
1010
#include <AK/AnyOf.h>
11+
#include <AK/Array.h>
1112
#include <AK/StdLibExtras.h>
1213
#include <AK/StringView.h>
1314

0 commit comments

Comments
 (0)