This header was being transitively pulled in, but that no longer happens after 5f7d008791f9e358638283dc2f0d709a601344ff.
@@ -9,6 +9,7 @@
#include <AK/Array.h>
#include <AK/Format.h>
#include <AK/Random.h>
+#include <AK/Vector.h>
#include <LibCrypto/PK/Code/Code.h>
namespace Crypto {
@@ -10,6 +10,7 @@
#include <AK/String.h>
#include <AK/Types.h>
namespace JS {
#include <AK/StringBuilder.h>
#include <LibPDF/Value.h>
#define ENUMERATE_COMMANDS(V) \
@@ -11,6 +11,7 @@
#include <AK/ScopeGuard.h>
#include <AK/Span.h>
namespace PDF {
#include <AK/RefCounted.h>