mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
Userland: Include Vector.h in a few places to make HeaderCheck happy
This header was being transitively pulled in, but that no longer happens
after 5f7d008791
.
This commit is contained in:
parent
a59fc324bd
commit
bf59d9e824
5 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <AK/Format.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/Types.h>
|
||||
#include <AK/Vector.h>
|
||||
|
||||
namespace JS {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue