mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 16:46:08 +00:00
LibWeb: Add missing GCPtr.h includes to Fetch headers
These are missing in most Fetch headers, and clangd is (rightfully) very loud about it on a few of these.
This commit is contained in:
parent
332b253a47
commit
7955cb14fb
Notes:
sideshowbarker
2024-07-17 00:34:28 +09:00
Author: https://github.com/trflynn89
Commit: 7955cb14fb
Pull-request: https://github.com/SerenityOS/serenity/pull/17410
Reviewed-by: https://github.com/linusg
16 changed files with 16 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <AK/Forward.h>
|
||||
#include <LibJS/Forward.h>
|
||||
#include <LibJS/Heap/GCPtr.h>
|
||||
#include <LibWeb/Bindings/PlatformObject.h>
|
||||
#include <LibWeb/Fetch/Body.h>
|
||||
#include <LibWeb/Fetch/BodyInit.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue