1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:18:12 +00:00

LibJS+LibWeb: Add a bunch of missing includes

This commit is contained in:
Matthew Olsson 2023-02-25 10:42:45 -07:00 committed by Linus Groh
parent 8dc7810976
commit bab883bf8e
15 changed files with 18 additions and 0 deletions

View file

@ -8,6 +8,7 @@
#include <AK/URL.h>
#include <AK/WeakPtr.h>
#include <LibJS/Heap/GCPtr.h>
#include <LibWeb/Forward.h>
#include <LibWeb/HTML/PolicyContainers.h>