1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:47:46 +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:
Ali Mohammad Pur 2021-11-11 13:43:44 +03:30 committed by Andreas Kling
parent a59fc324bd
commit bf59d9e824
5 changed files with 5 additions and 0 deletions

View file

@ -9,6 +9,7 @@
#include <AK/Format.h>
#include <AK/String.h>
#include <AK/StringBuilder.h>
#include <AK/Vector.h>
#include <LibPDF/Value.h>
#define ENUMERATE_COMMANDS(V) \